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
It could be really nice to not kill process when EADDRINUSE is detected and give a chance to handle that case by developer. I personally like to use port finder to setup my server on different port.
Perhaps something like using process.exit when cluster.on('error',..) isn't defined?
The text was updated successfully, but these errors were encountered:
It could be really nice to not kill process when EADDRINUSE is detected and give a chance to handle that case by developer. I personally like to use port finder to setup my server on different port.
Perhaps something like using process.exit when cluster.on('error',..) isn't defined?
The text was updated successfully, but these errors were encountered: