-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: listen EADDRINUSE #1
Comments
I haven't seen this on Linux at all, are you running it on OS X? I could try adding a |
I could also add in listening for |
I'm on Windows.
|
Any updates on this? I got same error for I tried dictatorship module for killing process and it works. Can you adapt code from |
Ah this should be easy to fix, thanks for reminding me. |
sigh-talk uses an ancient version of sigh. |
Figure it just needs |
Simple
sigh.js
// server.js
https://github.com/openshift/origin-server/blob/master/cartridges/openshift-origin-cartridge-nodejs/usr/template/server.js
Changing files cause error:
Looks like process is not killing immediatly.
I tried to subscribe on event
close
https://nodejs.org/api/child_process.html#child_process_child_kill_signal
And this case no error, but server keeps previous state (strange, cannot explain)
The text was updated successfully, but these errors were encountered: