google.golang.org/grpc.clientStream.withRetry (method)
6 uses
google.golang.org/grpc (current package)
stream.go#L289: if err := cs.withRetry(op, func() { cs.bufferForRetryLocked(0, op) }); err != nil {
stream.go#L608: func (cs *clientStream) withRetry(op func(a *csAttempt) error, onSuccess func()) error {
stream.go#L640: err := cs.withRetry(func(a *csAttempt) error {
stream.go#L739: err = cs.withRetry(op, func() { cs.bufferForRetryLocked(len(hdr)+len(payload), op) })
stream.go#L758: err := cs.withRetry(func(a *csAttempt) error {
stream.go#L804: cs.withRetry(op, func() { cs.bufferForRetryLocked(0, op) })
 |
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. |