mirror of
https://github.com/Winds-Studio/Leaf.git
synced 2025-12-25 09:59:15 +00:00
If a chunk is already in the sentChunks set, we simply return early instead of throwing an exception. Made moonrise$addReceivedChunk call to gracefully handle the case where a chunk is already marked as received. If the chunk was already received, we remove the chunk from our sent list and return early.