Skip to content

Commit

Permalink
fix(mongos): force close servers during reconnect flow
Browse files Browse the repository at this point in the history
  • Loading branch information
mbroadst committed Oct 15, 2019
1 parent 1b1ccab commit 186263f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/core/topologies/mongos.js
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ function reconnectProxies(self, proxies, callback) {
})
);

destroyServer(_server);
destroyServer(_server, { force: true });
removeProxyFrom(self.disconnectedProxies, _server);

// Relay the server description change
Expand Down

0 comments on commit 186263f

Please sign in to comment.