Open jeremieca opened 7 years ago
Ok, after more research, the problem comes from MubSub library.
Remove this line solve the problem :
https://github.com/scttnlsn/mubsub/blob/master/lib/channel.js#L24
I opened an issue in Mubsub : https://github.com/scttnlsn/mubsub/issues/60
Hello,
I move to Mongo 3.4.3 (previously 2.x). Since migration, my project has a bug and after some investigations, I strongly suspect Socket.io-mongodb.
When I launch the project I have the following error :
And when I launch mongodb-core in debug mode, I see that :
We see the
strict: false
, responsible of the error. It applies onwsdev
database, given in my socket.io-mongo connection Uri. And it tries to createpubsub
collection coming from socket.io-mongo. Creation failed.Maybe it seems like the last version of Mongo requires some dependencies update in socket.io-mongo ?