|
|
@ -37076,7 +37076,6 @@ Internal.SessionLock.queueJobForNumber = function queueJobForNumber(number, runJ
|
|
|
|
clearTimeout(this.keepAliveTimer);
|
|
|
|
clearTimeout(this.keepAliveTimer);
|
|
|
|
clearTimeout(this.disconnectTimer);
|
|
|
|
clearTimeout(this.disconnectTimer);
|
|
|
|
this.keepAliveTimer = setTimeout(function() {
|
|
|
|
this.keepAliveTimer = setTimeout(function() {
|
|
|
|
console.log('sending keepalive');
|
|
|
|
|
|
|
|
this.wsr.sendRequest({
|
|
|
|
this.wsr.sendRequest({
|
|
|
|
verb: 'GET',
|
|
|
|
verb: 'GET',
|
|
|
|
path: this.path,
|
|
|
|
path: this.path,
|
|
|
|