This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
websocket fails to reconnect after disconnect because this.connection
is closed remotely
#3476
Labels
The new'd WebSocket is passed to
this.connect
to get its handlers wired up.this.connection
'sonClose
attempts to reconnect by passingthis.connection
back tothis.connect
.The text was updated successfully, but these errors were encountered: