Closed Validark closed 1 year ago
The old version would always subtract all 255's from the input Chunk, which means bytes would never be identified as incomplete. The new version properly checks the last 3 bytes. The new version also works for different Chunk sizes.
Chunk
Thanks for catching this. Nice work! :rocket:
The old version would always subtract all 255's from the input
Chunk
, which means bytes would never be identified as incomplete. The new version properly checks the last 3 bytes. The new version also works for different Chunk sizes.