This commit is contained in:
Travis CI 2016-12-27 17:33:17 +00:00
parent 6eb0da585c
commit 2da98e7acd
2 changed files with 3 additions and 3 deletions

View file

@ -21863,8 +21863,8 @@ class WebSocketPacketManager {
}
if (packet.op === Constants.OPCodes.HEARTBEAT) {
this.client.ws.send({ op: Constants.OPCodes.HEARTBEAT_ACK });
this.ws.client.emit('debug', 'ACKed gateway heartbeat!');
this.client.ws.send({ op: Constants.OPCodes.HEARTBEAT });
this.ws.client.emit('debug', 'Recieved gateway heartbeat!');
}
if (this.ws.status === Constants.Status.RECONNECTING) {

File diff suppressed because one or more lines are too long