Preview release with build fix and bug fixes
Pre-release
Pre-release
Bug fixes:
- Fixed a broken unit test that made the build fail for v0.9.4.
- Fixed a bug where
mgr
loop shutdown wasn't closing all open streams. - Fixed a bug where
Stream.Read
would prematurely return an error (eitherio.EOF
or a "real" error) as soon as the error is known, where the correct behavior is to return the error only once all available results have been consumed). - Fixed a subtle bug with timer usage.