Skip to content
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

Weird socket connection close #396

Open
pluzmedia opened this issue Sep 20, 2020 · 0 comments
Open

Weird socket connection close #396

pluzmedia opened this issue Sep 20, 2020 · 0 comments

Comments

@pluzmedia
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant