diff --git a/lib/topologies/topology_base.js b/lib/topologies/topology_base.js index 0d78619228c..4591d89f4b8 100644 --- a/lib/topologies/topology_base.js +++ b/lib/topologies/topology_base.js @@ -397,7 +397,7 @@ class TopologyBase extends EventEmitter { // If we have sessions, we want to individually move them to the session pool, // and then send a single endSessions call. if (this.s.sessions.length) { - this.s.sessions.forEach(session => session.endSession({ skipCommand: true })); + this.s.sessions.forEach(session => session.endSession()); } if (this.s.sessionPool) {