Webpack build for branch wsrewrite: 1e4abe0fd83e0239bd80a7b832afad07d2165a00

This commit is contained in:
Travis CI 2017-04-25 19:08:44 +00:00
parent 839adb13f4
commit 0bd109d976
2 changed files with 2 additions and 1 deletions

View file

@ -16265,6 +16265,7 @@ class WebSocketConnection extends EventEmitter {
* Acknowledges a heartbeat
*/
ackHeartbeat() {
this.debug(`Heartbeat acknowledged, latency of ${Date.now() - this.pingSendTime}ms`);
this.client._pong(this.pingSendTime);
}

File diff suppressed because one or more lines are too long