Add keepalive logging

// FREEBIE
This commit is contained in:
lilia 2016-04-28 11:27:07 -07:00
parent 81bf7b6239
commit 7dcaf721ca
2 changed files with 2 additions and 0 deletions

View file

@ -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,

View file

@ -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,