Additional logging to help track down socket disconnect problems (#1469)
FREEBIE
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user