mirror of
https://github.com/socketio/socket.io.git
synced 2026-01-14 01:17:55 -05:00
After a given timeout, a client that did not join any namespace will be closed in order to prevent malicious clients from using the server resources. The timeout defaults to 45 seconds, in order not to interfere with the Engine.IO heartbeat mechanism (30 seconds).