PRDownloader
PRDownloader copied to clipboard
Unable to resume a download after being disconnected and reconnected to the internet
I just implemented PRDownloader in my Android project, and I'm facing some weird issue:
- I start a download
- while it's downloading, I turn off the internet connection
- then I turn it on again
- I call PRDownloader.resume()
Nothing happens. It looks like the request is being cancelled when an error occurs.
But why??? How come such a basic feature is not implemented? I mean: it's such a basic need and a very common feature to be able to resume a download that has been interrupted by a connexion loss, right???
yes, you are right, I also need this feature. but maybe prdownloader would not be maintained