Releases: nullean/proc
Releases · nullean/proc
0.3.4
0.3.3
This improves Cancel and StartAsyncReads by actually breaking out properly of the read loop task.
This also removes redundant Task.Run now that we have a cancellable stream reader implementation.
0.3.2
0.3.1
e5c5c6d Fixed edgecase in flushing the remainder buffer when the last three characters were \r\nX where X is any character. Off by 1 classic 😢
8f634ea Do not wait for stream readers if we gave up on reading from this, this causes an unnecessary wait when the process exits in the case where we are no longer subscribed