On Thu, May 30, 2013 at 1:45 AM, Prajwal Manjunath <[email protected]> wrote: > It is. I mean, there are no "real" workers, I'm only simulating it with a > fake object with a fake id, and the console.log inside the cluster exit > handler prints the same id twice.
Maybe once when you fake it, once when it really dies? Why not have the worker really die in your test, sounds like what you are seeing is an artifact of your test setup, and you messing with emitting messages only cluster expects to emit. Sam -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
