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
telnet server: prompt app not cancelled when client close connection
If client closes the telnet connection (either due to user typing "Ctrl-] then 'quit'" or due to network shutdown) in middle of the prompt application, the application will hang forever and resources maintained in TelnetServer.connections and TelnetServer._application_tasks are not released.
0 commit comments