mzeeshanid / MZDownloadManager

This download manager uses NSURLSession api to download files. It can download multiple files at a time. It can download large files if app is in background. It can resume downloads if app was quit.
BSD 3-Clause "New" or "Revised" License
1.12k stars 238 forks source link

Download Progress showing incorrect values #52

Open sulfurcode opened 6 years ago

sulfurcode commented 6 years ago

Hi,

I'm getting random progress values for some downloads. For example one download start at progress value -12288.0 and ended at 304106.0, most of the time it works as expected.

Any ideas?