socket.io-mongo icon indicating copy to clipboard operation
socket.io-mongo copied to clipboard

[outdated] Mongodb store for socket.io.

Results 5 socket.io-mongo issues
Sort by recently updated
recently updated
newest added

io.configure is not longer supported. Plugin working on new way? If do can you update your readme file please.

``` 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...

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...

bug