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
Facing the same problem, seems my SignalR server is expecting clientProtocol=1.5 during connection, so I have set the version to 1.5 in my own HubConnection, and add the clientProtocol param in WebSocketTransport
I got this error code when I was using websocket transport and I don't know why. When I had used servertransport it worked.
The text was updated successfully, but these errors were encountered: