Skip to content

Commit fed6a57

Browse files
committed
fix(topology): don't drain iteration timers on server selection
1 parent 2911d0c commit fed6a57

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/core/sdam/topology.js

-2
Original file line numberDiff line numberDiff line change
@@ -420,8 +420,6 @@ class Topology extends EventEmitter {
420420
return;
421421
}
422422

423-
drainTimerQueue(this.s.iterationTimers);
424-
425423
selectServers(
426424
this,
427425
selector,

0 commit comments

Comments
 (0)