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 a0be99a commit ab90977Copy full SHA for ab90977
clientconn.go
@@ -603,6 +603,7 @@ func (cc *ClientConn) updateResolverState(s resolver.State) error {
603
} else if cc.balancerWrapper == nil {
604
// Balancer dial option was set, and this is the first time handling
605
// resolved addresses. Build a balancer with dopts.balancerBuilder.
606
+ cc.curBalancerName = cc.dopts.balancerBuilder.Name()
607
cc.balancerWrapper = newCCBalancerWrapper(cc, cc.dopts.balancerBuilder, cc.balancerBuildOpts)
608
}
609
0 commit comments