-
Type:
Improvement
-
Resolution: Done
-
Priority:
Minor - P4
-
Affects Version/s: None
-
Component/s: Connectivity
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Currently, connectTimeoutMS applies to connecting to a server. However, our call to connect at the socket level is blocking and, if it takes longer for socket.Connect() to throw an exception that the connectTimeoutMS, we have violated the expectation.
We need to apply connectTimeoutMS at the socket level to match the setting's intentions.