Skip to content

Commit

Permalink
fix(topology): don't drain iteration timers on server selection
Browse files Browse the repository at this point in the history
  • Loading branch information
mbroadst committed Nov 25, 2019
1 parent b425fe5 commit 261f1e5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/core/sdam/topology.js
Expand Up @@ -420,8 +420,6 @@ class Topology extends EventEmitter {
return;
}

drainTimerQueue(this.s.iterationTimers);

selectServers(
this,
selector,
Expand Down

0 comments on commit 261f1e5

Please sign in to comment.