You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the question
I have a unary gRPC connection between a client and a server, and when the server sends a large response (about 500MB) back to the client, the client throws an error
"reason": "no case clause matching: {:error, %GRPC.RPCError{status: 13, message: \":stream_error: {:stream_error, :no_error, :\\\"Stream reset by server.\\\"}\"}}"
We didn't see this error with a smaller response, so I'm wondering if there is any limit on the server's send message length like other languages (e.g. Golang)? If so, is it configurable?
Describe the question
I have a unary gRPC connection between a client and a server, and when the server sends a large response (about 500MB) back to the client, the client throws an error
And the stacktrace is to these two functions
We didn't see this error with a smaller response, so I'm wondering if there is any limit on the server's send message length like other languages (e.g. Golang)? If so, is it configurable?
Versions:
The text was updated successfully, but these errors were encountered: