Skip to content

0.6.2

Compare
Choose a tag to compare
@djc djc released this 27 Dec 13:33
· 105 commits to main since this release

This is a bug fix release for the 0.6.x line (based on tokio 0.3). It fixes an issue where pools configured with a maximum size could get stuck in case futures were cancelled before completion. Thanks to @lassipulkkinen for reporting the issue (in #67) and creating a minimal reproduction which led me to the fix in #91.