How to reconnect to server #4920
Unanswered
anhnhoktvn
asked this question in
Q&A
Replies: 1 comment 4 replies
-
"ERR_NAME_NOT_RESOLVED" usually means the client is not connected to the Internet (so the DNS request fails). In that case, I'm afraid that there is nothing we can do. |
Beta Was this translation helpful? Give feedback.
4 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.
-
For a long time connection, I got
I'd like to reconnect to the server to keep the data of the connection (ex: socket.data)
With
How could I do that?
I have tried
But it doesn't work
I found some answers using
Beta Was this translation helpful? Give feedback.
All reactions