Open jlfalcon opened 7 years ago
Hi, no, sorry. I tried under ./node_modules/socket.io-mongodb Update socket.io-adapter to 1.1.1 edit package.json -> dependencies: "socket.io-adapter": "latest" npm update -> no error, but doesnt work.
I got the same problem. It seems the mongodb adapter is not implementing the "addAll" method. I reverted to using socket.io 1.7.4.
Hi,
I got this error trying to use this adaptor with socket.io 2.0.3:
var mongoAdapter = require('socket.io-mongodb'); io.adapter(mongoAdapter('mongodb://localhost:27017/chat', { collectionName: 'zk-chat' }));
Could you help me?