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.
2 parents 25372e7 + bfdbbe2 commit 8b9d55bCopy full SHA for 8b9d55b
src/SocketIOClient/EioHandler/Eio3Handler.cs
@@ -58,7 +58,7 @@ public void Unpack(SocketIO io, string text)
58
}
59
else
60
{
61
- if (text == io.Namespace)
+ if (text == io.Namespace || text == io.Namespace.TrimEnd(','))
62
63
io.InvokeConnect();
64
0 commit comments