Closed
Description
using 0.7.6 from npm. When a client connects and then the browser is quit (i.e. the client doesnt send a disconnect event), the client seems to remain listed in io.sockets.clients() with a status of disconnected=true indefinitely.
Surely clients should be auto-pruned after a configurable timeout? - I couldnt find anything on the Wiki