Rushabh1798

Results 4 comments of Rushabh1798

Hi, I am also facing the issue of multiple client connections to the server (nodejs). On both Server as well as Client, disconnect event is called and the socket is...

Thanks. That solved the issue.

Hi All, Recently I tried using `watch` with `MongoMemoryReplSet` and getting following error, > `MongoTopologyClosedError: Topology is closed` `MongoMemoryReplSet` is configured as below, > `await MongoMemoryReplSet.create({ instanceOpts: [ { port:...

Thank you very much @hasezoey. It worked like a charm..!! Following configuration of `MongoMemoryReplSet` worked for me, > `await MongoMemoryReplSet.create({ instanceOpts: [ { port: 27017, storageEngine: "wiredTiger" }, { port:...