diff --git a/balancer.go b/balancer.go index 324e3572..274f3be2 100644 --- a/balancer.go +++ b/balancer.go @@ -348,7 +348,6 @@ func (rr *roundRobin) Get(ctx context.Context, opts BalancerGetOptions) (addr Ad ch = rr.waitCh } rr.mu.Unlock() - continue } } }