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 4d6e706 commit b79eed2Copy full SHA for b79eed2
src/SocketIOClient.Test/SocketIOTests/V4/SocketIOV4NspCreator.cs
@@ -18,7 +18,7 @@ public SocketIO Create(bool reconnection = false)
18
19
public string Prefix => "/nsp,V4: ";
20
public string Url => "http://localhost:11004/nsp";
21
- public string Token => "V3NSP";
+ public string Token => "V4NSP";
22
public int EIO => 4;
23
}
24
0 commit comments