Description
The mongo.newClient function calls topo.Connect. This is the responsibility of the mongo.Client.Connect method and should not be done in the constructor. Remove the call to topo.Connect in the mongo.newClient function.
The mongo.newClient function calls topo.Connect. This is the responsibility of the mongo.Client.Connect method and should not be done in the constructor. Remove the call to topo.Connect in the mongo.newClient function.