You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using WebSocket4Net as a client to a nodejs server. I am getting an exception in my .NET app "subprotocol doesn't match". In node, I am using nodejs-websocket.
Any help would be greatly appreciated.
Thanks
The text was updated successfully, but these errors were encountered:
I am trying use this library from dotnet core console app.
I am getting "subprotocol doesn't match", if i tried to add multiple subprotocols. WebSocket ws = new WebSocket(wsurl, subProtocol:"abc.v1.ca, abc.v2.ca")
I am using WebSocket4Net as a client to a nodejs server. I am getting an exception in my .NET app "subprotocol doesn't match". In node, I am using nodejs-websocket.
Any help would be greatly appreciated.
Thanks
The text was updated successfully, but these errors were encountered: