-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Never Connects #1
Comments
Figured out the solution: func _init(url: String): |
I see this depends on the setup of your socket io server. You can also append |
Got it. This was a fresh node and socket io setup. So I’m guessing this is the default. May just put a comment that it may need this to connect. Anyway thanks for making this. On Oct 12, 2023, at 9:21 PM, teamclouday ***@***.***> wrote:
I see this depends on the setup of your socket io server. You can also append socket.io to the end of url if that's the default setup.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Thanks for point it out! Will add to the README |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It seems like the handshake never works. It isn't able to get socket io to send the open packet with the sid.
Also I confirmed that the browsers socket.io-client works and can connect to the server.
The text was updated successfully, but these errors were encountered: