You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the connection is disconnected and then the client actively closes during the reconnect timeout, a throw will occur when attempting to read _reconnection.auth.
self._connect(self._reconnection.auth, function (err) {
This thread has been automatically locked due to inactivity. Please open a new issue for related bugs or questions following the new issue template instructions.
lockbot
locked as resolved and limited conversation to collaborators
Jan 9, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If the connection is disconnected and then the client actively closes during the reconnect timeout, a throw will occur when attempting to read
_reconnection.auth
.https://github.com/hapijs/nes/blob/custom-messages/lib/client.js#L170
The text was updated successfully, but these errors were encountered: