MCPcopy
hub / github.com/grpc/grpc-go / Shutdown

Method Shutdown

balancer_wrapper.go:353–356  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

351}
352
353func (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

Callers

nothing calls this directly

Calls 2

closeProducersMethod · 0.95
removeAddrConnMethod · 0.80

Tested by

no test coverage detected