google.golang.org/grpc.serverStream.maxSendMessageSize (field)
4 uses
google.golang.org/grpc (current package)
server.go#L1341: maxSendMessageSize: s.opts.maxSendMessageSize,
stream.go#L1357: maxSendMessageSize int
stream.go#L1440: if len(payload) > ss.maxSendMessageSize {
stream.go#L1441: return status.Errorf(codes.ResourceExhausted, "trying to send message larger than max (%d vs. %d)", len(payload), ss.maxSendMessageSize)
![]() |
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. |