As I can see here: https://github.com/joyent/node/issues/1383 
The `close` event is emitted only when `server.connections === 0`

While I can not understand motivations behind this, it would be great if 
someone could answer to this:
How socket clients have to notice a server.close() call?
Should I manually loop through the sockets list and destroy them all?
Without the close event this can be done only wrapping/overriding the close 
method.

Am I totally wrong on this?-- 
Kilian C.

-- 
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 nodejs@googlegroups.com
To unsubscribe from this group, send email to
nodejs+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

Reply via email to