Hello,
I have checked well, in my adapter some times exception only happening. I have handled the exception so there is no issue on that. And I have noticed in browser when rates gets stops. I can confirm LS server is working, adapter is not sending the updates. Please look on this below response of browser developer tool

var myEnv = lsc;
var phase = null;
function setPhase(ph) {
phase = ph;
}


var winPhase = {};
function setWin(tbl, ph) {
winPhase[tbl] = ph;
}


var clsd = false;
function c(cod, ph, tbl, its, flds, key, com) {
LS_window.LS_w(cod, ph, tbl, its, flds, key, com);
}


function error(cod, ph, tbl, msg) {
if (tbl != null) {
LS_window.LS_l(cod, ph, tbl, msg);
} else {
LS_window.LS_l(cod, phase, null, msg);
}
}


function start(sID, addr, kaMs, reqLim, srv, ip) {
LS_window.LS_e(1, phase, sID, addr, kaMs, reqLim, srv, ip);
}


function end(cause) {
LS_window.LS_e(4, phase, cause);
}


function loop(holdMs) {
LS_window.LS_e(2, phase, holdMs);
}


function retry() {
LS_window.LS_e(3, phase);
}


function s0() {}


function bw(maxBW) {
LS_window.LS_e(5, phase, maxBW);
}


function y(secs) {
LS_window.LS_s(phase, secs);
}


var unchangedSignal = {};
unchangedSignal.length = -1;
function convert(b, f) {
var a, c, d = f, e = [];
for(a = 0;a < b.length;a++) {
if(a < f) {
e[a] = b[a]
} else {
if(b[a].charAt) {
b[a] == '$' ? e[d] = '' : b[a] == '#' ? e[d] = null : (c = b[a].charAt(0), e[d] = c == '$' || c == '#' ? b[a].substring(1) : b[a]), d++
} else {
for(c = 0;c < b[a];c++) {
e[d] = unchangedSignal, d++
}
}
}
}
return e;
}
function d(tbl) {
try { LS_window.LS_u(winPhase[tbl], convert(arguments || d.arguments, 2)); } catch(exc) {}
}
function z(tbl) {
LS_window.LS_v(winPhase[tbl], convert(arguments || z.arguments, 2));
}
function n(tbl) {
LS_window.LS_n(winPhase[tbl], arguments || n.arguments);
}
function s(tbl) {
LS_window.LS_s(winPhase[tbl], arguments || s.arguments);
}
function r(tbl) {
LS_window.LS_o(winPhase[tbl], arguments || r.arguments);
}
function p() {
LS_window.LS_u(phase, arguments || p.arguments);
}
myEnv.setPhase = setPhase;
myEnv.setWin = setWin;
myEnv.c = c;
myEnv.error = error;
myEnv.end = end;
myEnv.start = start;
myEnv.loop = loop;
myEnv.retry = retry;
myEnv.s0 = s0;
myEnv.bw = bw;
myEnv.y = y;
myEnv.convert = convert;
myEnv.d = d;
myEnv.z = z;
myEnv.n = n;
myEnv.s = s;
myEnv.r = r;
myEnv.p = p;
myEnv.LS_window = LS_window;


// END OF HEADER


setPhase(7703);
start('Scd93873dea9808b9M6deT5148753', null, 5000, 50000);