clj-commons / manifold

A compatibility layer for event-driven abstractions
1.02k stars 106 forks source link

respect batch max-size #76

Closed hadronzoo closed 8 years ago

hadronzoo commented 8 years ago

Fixes #75.

hadronzoo commented 8 years ago

Note: this assumes max-size will always be greater than the largest message size. Perhaps a batch should be emitted if a message larger than the max-size is taken?