I am using grpc for message passing and am testing a simple server and client. When my message size goes over the limit, I get this error.
grpc._channel._R
You should not increase the message size. It comes with a performance penalty. In real situations one implements paging to split too large messages.