Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bug: Revert 281f5fc fix: Turn off bitset length fatal check
#35 RuntimeException when running with very high options in 0.2.0.0 (Bitset too long to encode) #35 This is due to Support BitSet encoding lengths longer than Short.MAX_VALUE #37. Release 0.2.0.1 was put out incorrectly removing the check, but then it suddenly occurred to me what it was really checking. However, this situation should not have arose because of the MAX values used in the test, there should never have been that many messages uncommitted anyway. So two issues to fix here - first the reason there were so many to encode in the first place, and second upgrade the BitSet encoder to use Integers. #37 Support BitSet encoding lengths longer than Short.MAX_VALUE #37
- Loading branch information