Merge branch 'master' of https://github.com/grpc/grpc-go
This commit is contained in:
@ -165,6 +165,7 @@ func (rr *roundRobin) watchAddrUpdates() error {
|
||||
for _, update := range updates {
|
||||
addr := Address{
|
||||
Addr: update.Addr,
|
||||
Metadata: update.Metadata,
|
||||
}
|
||||
switch update.Op {
|
||||
case naming.Add:
|
||||
|
Reference in New Issue
Block a user