Closed sentientwaffle closed 6 years ago
If a client connect() aborts, close the WebSocketReconnector and clear its timers so that it doesn't keep retrying in the background.
connect()
WebSocketReconnector
Also correctly log an authentication error so that it doesn't trigger UnhandledPromiseRejectionWarning.
UnhandledPromiseRejectionWarning
If a client
connect()
aborts, close theWebSocketReconnector
and clear its timers so that it doesn't keep retrying in the background.Also correctly log an authentication error so that it doesn't trigger
UnhandledPromiseRejectionWarning
.