()
| 351 | } |
| 352 | |
| 353 | func (acbw *acBalancerWrapper) Shutdown() { |
| 354 | acbw.closeProducers() |
| 355 | acbw.ccb.cc.removeAddrConn(acbw.ac, errConnDrain) |
| 356 | } |
| 357 | |
| 358 | // NewStream begins a streaming RPC on the addrConn. If the addrConn is not |
| 359 | // ready, blocks until it is or ctx expires. Returns an error when the context |
nothing calls this directly
no test coverage detected