LearnBoost / cluster

Node.JS multi-core server manager with plugins support.
http://learnboost.github.com/cluster
MIT License
2.29k stars 159 forks source link

Fix Worker ref until worker is actually removed #86

Open tj opened 13 years ago

tj commented 13 years ago

this.removeWorker(worker.id); is called when removing a worker, however just because it is signaled does not mean it's dead, so subsequent events related to the worker will not map properly