Skip to content

Preview release with build fix and bug fixes

Pre-release
Pre-release
Compare
Choose a tag to compare
@gogama gogama released this 14 Aug 18:47
· 100 commits to main since this 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 (either io.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.