var google.golang.org/grpc.ErrClientConnClosing
7 uses
google.golang.org/grpc (current package)
clientconn.go#L66: ErrClientConnClosing = status.Error(codes.Canceled, "grpc: the client connection is closing")
clientconn.go#L564: return ErrClientConnClosing
clientconn.go#L733: return nil, ErrClientConnClosing
clientconn.go#L994: return ErrClientConnClosing
clientconn.go#L1016: ac.tearDown(ErrClientConnClosing)
picker_wrapper.go#L92: return nil, nil, ErrClientConnClosing
stream.go#L320: cs.finish(ErrClientConnClosing)
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |