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
I've fixed this by using this.connectCallback = this.connectCallback || callback; the same way as this.host = host || this.host; but I don't want to provide a pull request.
The reason is: why connect is not designed for multiple connect calls?
We are loosing callback that user provided for
socket.connect
by usingconnect()
inreconnect
.The text was updated successfully, but these errors were encountered: