Quic.NET icon indicating copy to clipboard operation
Quic.NET copied to clipboard

Allow further reads / writes to stream

Open stevehayles opened this issue 4 years ago • 0 comments

Recommendation

I may be wrong in this but it seems impossible to write additional data to an open stream ? Is it required within the spec to create a stream for every write. It's possible to write large amounts of data in one go but would it not be preferable to be able to read / write smaller 'payloads' and continue to read and write from an open stream much like you could with a normal socket connection ?

stevehayles avatar Jan 13 '21 22:01 stevehayles