app.close()
#575
Replies: 1 comment 1 reply
-
I second this - I need it for testing in Jest. I really don't want to create a worker process and have to SIGKILL it, because creating a subprocess for a parallel HTTP server is hacky. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Call ws.close() on all sockets so don't need to keep Set of sockets and loop through to close app, also calls us_listen_socket_close?
Beta Was this translation helpful? Give feedback.
All reactions