Skip to content

BrokenPipe error on writer drop

Pre-release
Pre-release
Compare
Choose a tag to compare
@sagebind sagebind released this 06 Jun 03:55
· 36 commits to master since this release

Fixed

  • Fix an issue where dropping the writer while some data still remained in the pipe caused the reader to return a BrokenPipe error instead of allowing you to drain the bytes in the pipe until empty.