PRDownloader icon indicating copy to clipboard operation
PRDownloader copied to clipboard

Unable to resume a download after being disconnected and reconnected to the internet

Open mregnauld opened this issue 3 years ago • 1 comments

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???

mregnauld avatar Jul 05 '21 13:07 mregnauld

yes, you are right, I also need this feature. but maybe prdownloader would not be maintained

kanglongba avatar Jan 19 '23 07:01 kanglongba