Skip to content

v0.2.5

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 10 Mar 23:18

What's new

Fixed ✅

  • Removed unnecessary Mutex in BatchedFn.
  • Fixed issue where thread would crash when request from calling thread disconnects.

Commits

7196d9d Fix thread crash on disconnect (#26)
ac6c530 remove unnecessary Mutex (#22)
2cd40dd generate release notes before cargo release