Add keepalive logging
// FREEBIE
This commit is contained in:
parent
81bf7b6239
commit
7dcaf721ca
2 changed files with 2 additions and 0 deletions
|
@ -36074,6 +36074,7 @@ Internal.RecipientRecord = function() {
|
|||
clearTimeout(this.keepAliveTimer);
|
||||
clearTimeout(this.disconnectTimer);
|
||||
this.keepAliveTimer = setTimeout(function() {
|
||||
console.log('sending keepalive');
|
||||
this.wsr.sendRequest({
|
||||
verb: 'GET',
|
||||
path: this.path,
|
||||
|
|
|
@ -174,6 +174,7 @@
|
|||
clearTimeout(this.keepAliveTimer);
|
||||
clearTimeout(this.disconnectTimer);
|
||||
this.keepAliveTimer = setTimeout(function() {
|
||||
console.log('sending keepalive');
|
||||
this.wsr.sendRequest({
|
||||
verb: 'GET',
|
||||
path: this.path,
|
||||
|
|
Loading…
Add table
Reference in a new issue