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 73ac7b9 commit 89fa630Copy full SHA for 89fa630
Backendless/RT/SocketIOConnectionManager.cs
@@ -64,7 +64,6 @@ internal SocketIO Socket
64
opts.Transports = (new string[] {"websocket"}).ToList();
65
#endif
66
var host = rtLookupService.Lookup() + opts.Path;
67
- //opts.Query["clientId"] =
68
//if( host.StartsWith( "https://" ) )
69
// host = "http://" + host.Substring( "https://".Length );
70
0 commit comments