781flyingdutchman / background_downloader

Flutter plugin for file downloads and uploads
Other
162 stars 76 forks source link

Fixed an issue where temporary files were not deleted when canceling a paused parallel download task #310

Closed zhangredli closed 6 months ago

zhangredli commented 6 months ago

When deleting a temporary file that has been paused, it is not determined whether it is a parallel task, resulting in a temporary file deletion failure

781flyingdutchman commented 6 months ago

Thanks for doing this - I'll add to the next release