Additional logging to help track down socket disconnect problems (#1469)

FREEBIE
pull/749/head
Scott Nonnenberg 8 years ago
parent 20ebdf130e
commit 420cfc46be
No known key found for this signature in database
GPG Key ID: A4931C09644C654B

@ -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 @@
clearTimeout(this.keepAliveTimer);
clearTimeout(this.disconnectTimer);
this.keepAliveTimer = setTimeout(function() {
console.log('Sending a keepalive message');
this.wsr.sendRequest({
verb: 'GET',
path: this.path,

Loading…
Cancel
Save