FREEBIE
@ -37370,6 +37370,7 @@ Internal.SessionLock.queueJobForNumber = function queueJobForNumber(number, runJ
clearTimeout(this.keepAliveTimer);
clearTimeout(this.disconnectTimer);
this.keepAliveTimer = setTimeout(function() {
console.log('Sending a keepalive message');
this.wsr.sendRequest({
verb: 'GET',
path: this.path,
@ -182,6 +182,7 @@