Update GRPC

This commit is contained in:
cici37
2022-05-04 18:41:20 -07:00
parent e8f6184d86
commit 334d8fb7a2
108 changed files with 2308 additions and 1010 deletions

View File

@@ -144,7 +144,7 @@ func (pw *pickerWrapper) pick(ctx context.Context, failfast bool, info balancer.
acw, ok := pickResult.SubConn.(*acBalancerWrapper)
if !ok {
logger.Error("subconn returned from pick is not *acBalancerWrapper")
logger.Errorf("subconn returned from pick is type %T, not *acBalancerWrapper", pickResult.SubConn)
continue
}
if t := acw.getAddrConn().getReadyTransport(); t != nil {