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
This can also be replicated using the Microsoft telnet client, indicating that it is not exclusive to the NodeJS telnet client.
To replicate, comment out "connection.destroy();" around line 406 and shut the server down remotely.
Have confirmed that this can occur without the server shutting down, so simply checking for a shutdown is not a suitable fix and is only considered a workaround. (See bc0d469)
The text was updated successfully, but these errors were encountered:
LakeYS
changed the title
Connection does not close when server shuts down, results in crash
Telnet connection does not close when server shuts down, results in crash
Sep 29, 2017
LakeYS
changed the title
Telnet connection does not close when server shuts down, results in crash
Telnet connection does not close occasionally, particularly when server shuts down; results in crash
Sep 29, 2017
LakeYS
changed the title
Telnet connection does not close occasionally, particularly when server shuts down; results in crash
Telnet connection does not close occasionally; results in crash when messages or commands are sent
Oct 2, 2017
This can also be replicated using the Microsoft telnet client, indicating that it is not exclusive to the NodeJS telnet client.
To replicate, comment out "connection.destroy();" around line 406 and shut the server down remotely.
Have confirmed that this can occur without the server shutting down, so simply checking for a shutdown is not a suitable fix and is only considered a workaround. (See bc0d469)
The text was updated successfully, but these errors were encountered: