-
Type: Improvement
-
Resolution: Gone away
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Options & Configuration
-
None
Currently, in mongo.newClient the user defined topology options are set first, which means options set by the configuration string, like Handshaker will be overwritten.
To fix this, we should prepend the two options that are specified instead of appending them.