tonic icon indicating copy to clipboard operation
tonic copied to clipboard

Allow setting a message max size #264 not fixed

Open lilses opened this issue 4 years ago • 1 comments

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.

image

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.

image

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.

lilses avatar Aug 07 '21 18:08 lilses

Are you sure this error is coming from tonic? I don't see anywhere where we might have created this error message?

LucioFranco avatar Feb 22 '22 19:02 LucioFranco