Ubuntu Manpages

Calling mongoc_client_reset() prevents resource cleanup in the child process from interfering with the parent process.

This method causes the client to clear its session pool without sending endSessions. It also increments an internal generation counter on the given client. After this method is called, cursors from previous generations will not issue a killCursors command when they are destroyed. Client sessions from previous generations cannot be used and should be destroyed.

  • client: A mongoc_client_t.

MongoDB, Inc

2017-present, MongoDB, Inc