Webpack build for branch master: 0754ddbc34

This commit is contained in:
Travis CI 2017-04-30 21:27:15 +00:00
parent 8fc8ecac1c
commit 8478f27cd2
2 changed files with 2 additions and 1 deletions

View file

@ -17342,6 +17342,7 @@ class WebSocketConnection extends EventEmitter {
return this.reconnect();
case Constants.OPCodes.INVALID_SESSION:
if (!packet.d) this.sessionID = null;
this.sequence = -1;
this.debug('Session invalidated -- will identify with a new session');
return this.identify(packet.d ? 2500 : 0);
case Constants.OPCodes.HEARTBEAT_ACK:

File diff suppressed because one or more lines are too long