Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix comparison to allow item buffers to be filled completely. (#54)
The comparison to buffer capacity should be `>`, not `>=`. The current comparison prevents the item buffers from ever being totally full, which implies that the final shard written from each buffer is smaller than the others by `sender_buffer_size`
- Loading branch information