Skip to content

0.5.2

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

This is a bug fix release for the 0.5.x line (based on tokio 0.2). 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.