Skip to content
This repository has been archived by the owner on Dec 14, 2020. It is now read-only.

v0.9.0: Default batching to false.

Compare
Choose a tag to compare
@vcabbage vcabbage released this 20 Oct 16:31
· 31 commits to master since this release
Batching has been enabled by default since the early days of this
library. In retrospect I think this was a mistake. I believe most users
would expect messages to be acknowledged immediately when calling
`Message.Accept()` (evidenced in #127). Requiring explicit opt-in
should lessen the risk of bugs due to the batching behavior.