BrokenPipe error on writer drop
Pre-release
Pre-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.