Replies: 1 comment 3 replies
-
Have you called JsEnv.Tick? Websocket relies on this to poll for messages. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using OneJS with Unity on Windows, and I'm having trouble getting WebSocket connections to work.
I compiled puerts with each available SSL option:
1
– tried with onlyws://
2
– tried with bothws://
andwss://
3
– tried with bothws://
andwss://
Regardless of the setting, the result is the same:
The WebSocket gets stuck in the 'Connecting' state and never connects.
What I've Tried:
ws://
andwss://
protocolsv8
andquickjs
Any insight would be greatly appreciated — thank you!
Beta Was this translation helpful? Give feedback.
All reactions