grpc-dart
grpc-dart copied to clipboard
MaxMessageLength
No, but please feel free to file a PR to implement this in ChannelOptions.
can you suggest something to start with?
@jtattermusch I couldn't find any specs for this feature. Do specs for this exist, or is there a reference implementation?
@mosuem I think this is about configuring CodedBufferReader's sizeLimit.
@jtattermusch I couldn't find any specs for this feature. Do specs for this exist, or is there a reference implementation?
This is what's done for C-core: https://github.com/grpc/grpc/blob/12c97481349d88852490a4acd0b5a0f9301d5b6c/include/grpc/impl/channel_arg_names.h#L37 https://github.com/grpc/grpc/blob/12c97481349d88852490a4acd0b5a0f9301d5b6c/include/grpc/impl/channel_arg_names.h#L43
grpc-java would have something similar.
thank you, If I could succeed I will send pull request