This repository has been archived by the owner on Feb 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 32
Client not connecting #3
Comments
Im using socket.io 3.0.0 currently, ill install 2.3 to see if that works |
Update: i was able to get the example working perfectly, so ill just use it as a base and copy over my code. |
2.4v JS client also works fine |
hey i have the very same problem! server in node.js with socket.io version 4.1.2, and I cant get this client-example to connect to it. |
Confirming this works. Server : C# |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have a js socket.io server running on port 3000 and im unable to connect to it. Here is the code im using:
i have logs in my js code that lets me know when someone is connected. I can see the logs when connecting with a browser, but not with this
The text was updated successfully, but these errors were encountered: