781flyingdutchman / background_downloader

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

downloadBatch can't be cancelled mid download #356

Closed dimityrivanov closed 2 months ago

dimityrivanov commented 3 months ago

I have used this call 'downloadBatch' to download batch of items but for example when I try to destroy the BackgroundDownloader and reset all the tasks the downloadBatch continues to work and not stopping until all the tasks are done, should it be able to cancel it as well ?

github-actions[bot] commented 3 months ago

This issue is stale because it has been open for 14 days with no activity.

github-actions[bot] commented 2 months ago

This issue was closed because it has been inactive for 7 days since being marked as stale.

DenisMrGnusa commented 2 months ago

same issue,