-
Notifications
You must be signed in to change notification settings - Fork 73
Open
Description
I have the use case where I have to send a message of X bytes, and I know X in advance, but it is fairly large so I'd like to not have to have the entire message in memory beforehand. Instead, I'd like to lazily generate it in small chunks as they are being sent. (Of course there will need to be a check afterwards that exactly as many bytes as advertised were sent)
Would such a feature be feasible?
Similarly, but also less importantly, what about that feature for the reading direction?
Metadata
Metadata
Assignees
Labels
No labels