-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
NodeJS Crashed #43057
Comments
What's the setup here? Is there a TCP server listening on port 9988? What does "reconnecting" mean in this case? Does the server close the connection? The code looks like it doesn't clear intervals when the connection is refused or destroyed. |
Yes, I have open the tcp server on 9988 port and im trying to make the reconnecting system when the tcp server is dying |
Could you please provide an example to the server to which you are connecting so that we can properly reproduce the issue? |
Version
v16.15.0
Platform
Linux localhost 4.15.0-123-generic #126-Ubuntu SMP Wed Oct 21 09:40:11 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
Subsystem
No response
What steps will reproduce the bug?
How often does it reproduce? Is there a required condition?
everytime when nodejs is reconnecting
What is the expected behavior?
its should work and not crash
What do you see instead?
Additional information
Code
The text was updated successfully, but these errors were encountered: