On Sun, Jul 8, 2012 at 6:22 PM, Kilian C. <[email protected]> wrote: > I mean connections to my server. > Socket instances representing clients connected to my server. > How socket clients have to notice a server.close() call?
They don't, the 'close' event isn't emitted until the last client connection closes. -- 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
