triniwiz / nativescript-downloader

Apache License 2.0
32 stars 18 forks source link

Persisting pending tasks #37

Open 7ammer opened 5 years ago

7ammer commented 5 years ago

Hello :)

If the app is closed so that currently downloading background tasks stop. What happens to the pending tasks?

It looks like from reading your code that pending tasks disappear as they are stored in a Map and not persisted. Is this correct?

Do the pending tasks that never finish get deleted by the operating system?

Thanks for your time

7ammer commented 4 years ago

Any advice on this would be awesome 👍