We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d76367 commit 768bf6dCopy full SHA for 768bf6d
x/mongo/driver/topology/topology.go
@@ -694,7 +694,6 @@ func (t *Topology) selectServerFromSubscription(
694
case <-ctx.Done():
695
return nil, ServerSelectionError{Wrapped: ctx.Err(), Desc: current}
696
case current = <-subscriptionCh:
697
- default:
698
}
699
700
suitable, err := t.selectServerFromDescription(current, srvSelector)
0 commit comments