-
Notifications
You must be signed in to change notification settings - Fork 75
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
Connect to server hosted on Heroku failed #29
Comments
Tips: check the server port, and whether allowed by firewall. |
This is an online hosted server and connects when I tested on the socket.io client tool. This is my code,
Is there any online hosted socket.io url that I can test with my Unity? |
I see https://, but this plugin only support http so far. |
I used Heroku too, juste replace "https://socket-unity.herokuapp.com/" by ""ws://socket-unity.herokuapp.com/", it's work for me. |
Perfect. It works like a charm. Thanks |
I hosted a server on heroku (node.js) which emits time in intervals (testing). It works when I test on http://amritb.github.io/socketio-client-tool/ but fails to connect while I run from Unity. local servers connect and receive data, but fails to connect to the server hosted on heroku.
This is the URL: https://socket-unity.herokuapp.com/
Any issue or I must be doing something wrong
The text was updated successfully, but these errors were encountered: