Replies: 1 comment 1 reply
-
Try: GetSocket("wss://xxxx.com:8000/v1.0/websocket/ws2/", allowSelfSigned: false); |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello all,
I'm working on a project with a websocket connection and I'm facing an issue I don't understand.
If it's work very well on the web version, this doesn't work on ios: error Unsupported scheme 'wss' in URI.
I didn't check on Android.
Here is a simple code that reproduce the issue.
Thanks in advance for your help.
Beta Was this translation helpful? Give feedback.
All reactions