I appear to have a memory leak with my Node.js application. I built it quickly, and my JavaScript isn\'t too strong, so this might be easy.
I\'ve done some heap dumps on
Could this be related to the connected clients array not clearing properly when a client disconnects? The array value gets set to NULL rather than being dropped from the array.