I've tried two methods of sending a 10MB file:
1. Sending over a stream byte by byte
2. Sending as a single message
However, the result is still the same; it takes 20 mins or so to send over the payload in a single gRPC call.
What can I do to make this faster?