-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Minor Change
In the URI options spec (https://github.com/mongodb/specifications/blob/master/source/uri-options/uri-options.rst) zero values of both socket timeout and connect timeout are defined to indicate no timeout. Currently the driver appears to use the timeout of 0 which means network operations fail with the user-provided zero timeout.