Replies: 1 comment 1 reply
-
I pointed at a few things in #5018 :) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
With a send request is executed to the request-response protocol, how can the receiver of the data process chunks of it at a time until the entirerity of the data has been sent from the sender?
In the case where the sender transmits GBs of data, I want to reduce memory usage on the receiver's end by streaming chunks instead of loading everything into memory first and then responding to the channel that intiated the request.
Are there any examples of this, or any pointers on how I can achieve this?
Beta Was this translation helpful? Give feedback.
All reactions