SimonSimCity / Xamarin-CrossDownloadManager

A cross platform download manager for Xamarin
MIT License
149 stars 68 forks source link

URL in the downloadManager.Queue is missing when calling abort #59

Closed TheMiao closed 7 years ago

TheMiao commented 7 years ago

I've using file= downloadManager.CreateDownloadFile(url); at beginning of the downloadfile.

When I call downloadManager.Abort(file); the url is missing in the IDownloadFile.

Will anyone have a look it and maybe fix it?

SimonSimCity commented 7 years ago

What platform do you have this problem on? I can confirm it working on Android and iOS.

If it fails on one of these platforms, please check out this repository and run the sample. If it fails there as well, please include as much information about your development environment as possible.