If you open Socket.io's demo page now, it would say 33001 participants. Here is a screenshot if you couldn't catch before they reset: http://i.imgur.com/yJHYJvh.png<p>That's not true. It's still can't able to capture disconnect event properly. We have been using Socket.io in one of our projects couple years ago and the same issue was occurring. Does anybody know why is it still happening? Is it that hard to maintain connections pool?
Looks like the demo hasn't been update to use io.engine.clientsCount<p><a href="https://github.com/socketio/socket.io/blob/master/examples/chat/index.js" rel="nofollow">https://github.com/socketio/socket.io/blob/master/examples/c...</a><p>Maybe make a pull request?