Unverified Commit 614cd9df authored by Matt Farina's avatar Matt Farina
Browse files

fix(grpc): Fixes issue where message sending limited to 4mb

Between grpc 1.2.x and 1.7.x there was an API change. The
previous MaxMsgSize is now a wrapper around MaxRecvMsgSize. This
change now sets the MaxRecvMsgSize and MaxSendMsgSize which need
to be set independently.
parent 2a9a9f18
No related merge requests found
Showing with 2 additions and 1 deletion
+2 -1
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment