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 9b76b8a commit c3aa36fCopy full SHA for c3aa36f
src/SocketIOClient.Test/SocketIOTests/V2Http/SocketIOV2NspCreator.cs
@@ -19,6 +19,6 @@ public SocketIO Create(bool reconnection = false)
19
20
public string Prefix => "/nsp,V2: ";
21
public string Url => "http://localhost:11002/nsp";
22
- public string Token => "V2NSP";
+ public string Token => "V2";
23
}
24
0 commit comments