Allow setting a message max size #264 not fixed
Bug Report
When sending large messages, does not work even though this issue was said to be fixed https://github.com/hyperium/tonic/issues/264.

Version
tonic 0.5
tonic_build 0.5.1
prost 0.8
Platform
Windows 10
Description
Send large a message from GRPC serve. Set the max_frame_size as mention here - https://github.com/hyperium/tonic/issues/264.

Consume endpoint using BloomRPC client. I expect a successful response instead of an error.
Not complaining but I am tired of finding bugs or issues in open source code. I get slowed down so much. This is a lesson to stick with std.lib/1.0.0+ libs or accept situations like this.
Alternative solutions
I could stream my response instead.
Are you sure this error is coming from tonic? I don't see anywhere where we might have created this error message?