Closed
Description
help!
{
"error": "grpc: received message larger than max (4870953 vs. 4194304)",
"message": "grpc: received message larger than max (4870953 vs. 4194304)",
"code": 8
}
I have modified the grpc configuration:
grpc.NewServer(grpc.MaxRecvMsgSize(52428800), grpc.MaxSendMsgSize(52428800))
But that doesn't help, right
How do I set the return value size in the grpc-gateway
Metadata
Metadata
Assignees
Labels
No labels