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
Describe the bug
If an exception is thrown from the handler of a running server, the process hangs and no error is reported. If the server is closed prior to throwing the exception, the process terminates, but the error is not displayed.
Steps to Reproduce
Run the following script. The server.close() call can optionally be uncommented.
Describe the bug
If an exception is thrown from the handler of a running server, the process hangs and no error is reported. If the server is closed prior to throwing the exception, the process terminates, but the error is not displayed.
Steps to Reproduce
Run the following script. The
server.close()
call can optionally be uncommented.Expected behavior
The process should exit with a stack trace.
Environment
The text was updated successfully, but these errors were encountered: