I have Node.js service in which I am using mongo-API to communicate with Document/Cosmos DB.
My service run\'s fine and performs all the crud operation but after 1 min some
I run into the same problem, removed the replica set parameter in the connection string mongodb:
........./?ssl=true**&replicaSet=globaldb**
then it worked fine