1 Reply
How does the called method know when there is no more data incoming?
I am trying to push data to a stream while using the stream to upload a file
To reduce memory pressure
There is no EOF or similiar right? I assume it is just checking for the length (which would be fatal here)?