google.golang.org/grpc.clientStream.numRetriesSincePushback (field)
4 uses
google.golang.org/grpc (current package)
stream.go#L424: numRetriesSincePushback int // retries since pushback; to reset backoff
stream.go#L559: cs.numRetriesSincePushback = 0
stream.go#L561: fact := math.Pow(rp.backoffMultiplier, float64(cs.numRetriesSincePushback))
stream.go#L567: cs.numRetriesSincePushback++
![]() |
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. |