bezzad / Downloader

Fast, cross-platform and reliable multipart downloader with asynchronous progress events for .NET applications.
MIT License
1.25k stars 193 forks source link

Occasional resume error and inaccurate download progress #147

Open Will13hf opened 11 months ago

Will13hf commented 11 months ago

Hi, thanks for the great library. Sometimes when network error occurs during download or multiple pause and resume , ReceiveBytes used to constantly change from the real bytes received to 68b or rarely 136b with a 100% download progress. Thanks for the great and selfless service you are rendering.

dongzhaosheng73 commented 11 months ago

I also had the same problem with actual downloads and entry not matching

Cubody commented 11 months ago

Same thing. It occurs randomly on many files. I'm using new downloader instance for every file and doing work in parallel.