-
Notifications
You must be signed in to change notification settings - Fork 261
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
Client - Timeout on join, no messages. #35
Comments
client.go is designed to work with server.go and it is only an example |
I'm suggesting it's not a very good example, and could be improved. Additionally, if the client.go is only meant to work with server.go, we should say this in the docs/readme. |
I mean client.go in the examples dir. You did not provide any code so what to do?.. |
Yes, I used client.go from the examples. I would love to provide better working code, but after a fair bit of time spent tinkering, I have been unable to get a client working. |
I opened this issue so that the developers would know the code is not working 100%, and so that others running into my same issues will know it's not their setup alone that's having problems. |
I also tried your version @mtfelian, and got a similar issue. |
Can you please provide a code samples what you tried at server and client sides in "minimal version".
|
I've got a fully functional socket.io server, and I've got other clients listening to it, but this library doesn't seem to do this. It joins briefly, cannot receive messages, then times out before disconnecting. What's going on? I'm using the example client.go?
The text was updated successfully, but these errors were encountered: