Client cannot connect to server #958
Unanswered
simplyrohan
asked this question in
Q&A
Replies: 1 comment
-
You aren't doing anything after connecting, so the script exits. Add a |
Beta Was this translation helpful? Give feedback.
0 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 have made a async server-client setup, but when I try to connect the client to the server I get an error:
This is my server setup:
And this is my client:
The client's output is:
The client prints "Connected!", which indicates that it got a connect event. However the server does not reflect that.
I am at loss here. I tried making my own eventloop and changing ping_timeout, however they also returned errors of their own. If you want to see these errors, please let me know. This error has not appeared on my other servers, which are setup, from my eyes, identical.
Beta Was this translation helpful? Give feedback.
All reactions