With the current implementation Exceptions are simply thrown and the whole download process is stopped if one Chunk fails.
This happened to me due to an unstable internet connection at my place. I implemented a max retry property to make sure the StaticChunkDownloader can restart certain chunks without running into an endless loop.
With the current implementation Exceptions are simply thrown and the whole download process is stopped if one Chunk fails.
This happened to me due to an unstable internet connection at my place. I implemented a max retry property to make sure the StaticChunkDownloader can restart certain chunks without running into an endless loop.