How to reconnect to server #4920
              
                Unanswered
              
          
                  
                    
                      anhnhoktvn
                    
                  
                
                  asked this question in
                Q&A
              
            Replies: 2 comments 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
                  
                
            -
| The “ERR_NAME_NOT_RESOLVED” error message pops up when your browser cannot translate the website’s domain name into an IP address. This may be a result of DNS server errors, network complications, or browser setting problems, among others. There are many different steps that will help to fix this problem and bring comfortable browsing back. | 
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.
-
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