Performance
- Remove call to O(n)
empty?
in the batcher
New Features
- Add a limit option to the batcher allowing for message dropping during an overload, this is backwards compatible as the default value is
:infinity
.
empty?
in the batcher:infinity
.