socket.io-mongo
socket.io-mongo copied to clipboard
[outdated] Mongodb store for socket.io.
io.configure is not longer supported. Plugin working on new way? If do can you update your readme file please.
Copy the title!
``` console (node) warning: Recursive process.nextTick detected. This will break in the next version of node. Please use setImmediate for recursive deferral. RangeError: Maximum call stack size exceeded [ Worker...
100% CPU
Hi, when I start this for some reason. I am seeing CPU spike to 100% when using with the cluster module: ``` javascript MongoStore = require('socket.io-mongo') cluster = require('cluster') numCPUs...