UpdateAddresses updates the addresses used in this SubConn. gRPC checks if currently-connected address is still in the new list. If it's in the list, the connection will be kept. If it's not in the list, the connection will gracefully close, and a new connection will be created. This will trigger a
([]resolver.Address)
| 60 | // Deprecated: this method will be removed. Create new SubConns for new |
| 61 | // addresses instead. |
| 62 | UpdateAddresses([]resolver.Address) |
| 63 | // Connect starts the connecting for this SubConn. |
| 64 | Connect() |
| 65 | // GetOrBuildProducer returns a reference to the existing Producer for this |
no outgoing calls