We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 212cade commit 143cfb7Copy full SHA for 143cfb7
src/SocketIOClient/SocketIO.cs
@@ -631,7 +631,7 @@ private async void InvokeDisconnect(string reason)
631
{
632
Debug.WriteLine(e);
633
}
634
- if (reason != DisconnectReason.IOServerDisconnect && reason != DisconnectReason.IOServerDisconnect)
+ if (reason != DisconnectReason.IOServerDisconnect && reason != DisconnectReason.IOClientDisconnect)
635
636
//In the this cases (explicit disconnection), the client will not try to reconnect and you need to manually call socket.connect().
637
if (Options.Reconnection)
0 commit comments