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

Method close

balancer/rls/control_channel.go:183–187  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

181}
182
183func (cc *controlChannel) close() {
184 cc.dropConnStateSubscriber()
185 cc.cc.Close()
186 cc.logger.Infof("Shutdown")
187}
188
189type lookupCallback func(targets []string, headerData string, err error)
190

Calls 2

CloseMethod · 0.65
InfofMethod · 0.65