-
Type:
Improvement
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
A regression introduced in NODE-2691 always skipped the first ping command issued by a driver when monitoring commands. The reason this was introduced is because the driver issues a ping command when credentials are provided in order to ensure the connection pool is properly authenticated. The solution here is to only skip the first ping if credentials are provided.