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

Chunk displaying no progress yet still downloads. #145

Closed ghost closed 1 year ago

ghost commented 1 year ago

This is the exact copy of the example app but with a 40GB Zip. Is there a way to make sure it properly works? Okay as I am writing this it has now gone past 100%! image

image image

bezzad commented 1 year ago

If you encounter any problems with the user interface of the sample project, we suggest building your own app. This is because the sample project relies on third-party libraries that may not display progress correctly on certain command-line interfaces.

Rest assured that we have comprehensive unit tests for all the Downloader commands, ensuring that they have a high coverage rate.