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
The issue appears to be WebSocket related, which leads me to believe it may have something to do with an exception within SocketClusterClient itself, rather than my specific application. Thanks,
Drew.
UPDATE: kerryjiang/WebSocket4Net#8
This issue seems related, so I believe you have to pass the origin into WebSocket4Net. If someone could take on this task, and bring this project back to its original potential, we would all greatly appreciate that. Thanks!
The text was updated successfully, but these errors were encountered:
I have also been running into this occasionally (with version 1.1.2), but could never figure out under which circumstances it occurs (and have not been able to find a clean reproducer).
Note: I do have a slash at the end of the URI, and in fact I use a secure websocket connection ("wss://").
On Xamarian.Forms, I received the following exception.
System.Exception: unknown server protocol version
The issue appears to be WebSocket related, which leads me to believe it may have something to do with an exception within SocketClusterClient itself, rather than my specific application. Thanks,
Drew.
UPDATE:
kerryjiang/WebSocket4Net#8
This issue seems related, so I believe you have to pass the origin into WebSocket4Net. If someone could take on this task, and bring this project back to its original potential, we would all greatly appreciate that. Thanks!
The text was updated successfully, but these errors were encountered: