grpc-dart
grpc-dart copied to clipboard
Set max grpc message size
Currently the gRPC-dart implementation doesn't support setting max message size from client, it appears the go and java implementation supports using grpc.MaxRecvMsgSize call option.
Is this setting that accepts the maximum message volume?
If it is currently not supported, is there any solution?
hi @qiaoshi123. did you find any solution?