diff --git a/agent/grpc-internal/balancer/custombalancer.go b/agent/grpc-internal/balancer/custombalancer.go index cdf3de89ba..c3c5409d39 100644 --- a/agent/grpc-internal/balancer/custombalancer.go +++ b/agent/grpc-internal/balancer/custombalancer.go @@ -45,7 +45,7 @@ func (b *customPickfirstBalancer) UpdateClientConnState(state balancer.ClientCon // of addresses matched the currently connected address, it would // be an effective no-op. if a.Equal(b.activeAddr) { - return nil + break } // Attempt to make a new SubConn with a single address so we can