You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After the socket connection established to node server, when the client internet is dropped the node server is clueless whether the client socket connection is active or not but after some time the node server will close the client socket connection. After that we attempting to reconnect the node server when the client have active internet connection which is working fine.
But here is the issue, after the client's internet dropped and again attempting to reconnect the node server when the client internet connection is active the connection is established with node server even before the previous client socket connection closed by the node server, after some time both client socket connections are getting closed by the server. It is working fine if we reconnect to the node server after the server closed the previous client socket connection. Is this a normal behavior?
The text was updated successfully, but these errors were encountered:
After the socket connection established to node server, when the client internet is dropped the node server is clueless whether the client socket connection is active or not but after some time the node server will close the client socket connection. After that we attempting to reconnect the node server when the client have active internet connection which is working fine.
But here is the issue, after the client's internet dropped and again attempting to reconnect the node server when the client internet connection is active the connection is established with node server even before the previous client socket connection closed by the node server, after some time both client socket connections are getting closed by the server. It is working fine if we reconnect to the node server after the server closed the previous client socket connection. Is this a normal behavior?
The text was updated successfully, but these errors were encountered: