elad / node-cluster-socket.io

Writeup on how to make node.js cluster and socket.io play nice
421 stars 63 forks source link

removed incorrect parameter from worker method #24

Closed basickarl closed 8 years ago

basickarl commented 8 years ago

from workers[i].on('exit', function(...) does not return a worker object: https://nodejs.org/api/cluster.html#cluster_event_exit

elad commented 8 years ago

Thanks!

basickarl commented 8 years ago

Np :)