I'm using Mongo server version 2.0.6 And the C# driver DLL version is: 1.3.1.4349
I'm using this connection string:
mongodb://a.b.c.d:27017,e.f.g.h:27017/abcd?connectTimeoutMS=30000;socketTimeoutMS=120000
The issue is that the flag socketTimeoutMS might not be honored, I think. Because if I set it to 1ms, then most of my queries should fail, right?
I hope I've understood this parameter correctly. Can anyone explain what might be going on?