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
If I so much as require('hoxy'), Node will never exit.
This is problematic for the end-user. They go to Control-C on my server and it never dies, as I trap SIGINT and expect proxy.close() to exit gracefully.
If I so much as
require('hoxy'), Node will never exit.This is problematic for the end-user. They go to Control-C on my server and it never dies, as I trap SIGINT and expect
proxy.close()to exit gracefully.hoxy 3.2.0
node 7.0.0
npm 3.10.9