There is no method for closing the connection that a MongoConnector has to mongoDB. This means you must always reuse the connector when talking to MongoDB, otherwise there will be open connections left in memory.
There is no method for closing the connection that a MongoConnector has to mongoDB.
This means you must always reuse the connector when talking to MongoDB, otherwise there will be open connections left in memory.