google.golang.org/grpc.serverOptions.maxReceiveMessageSize (field)
5 uses
google.golang.org/grpc (current package)
server.go#L135: maxReceiveMessageSize int
server.go#L151: maxReceiveMessageSize: defaultServerMaxReceiveMessageSize,
server.go#L297: o.maxReceiveMessageSize = m
server.go#L1160: d, err := recvAndDecompress(&parser{r: stream}, stream, dc, s.opts.maxReceiveMessageSize, payInfo, decomp)
server.go#L1340: maxReceiveMessageSize: s.opts.maxReceiveMessageSize,
![]() |
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. |