0

I have a working download manager implementation here - complete source code

The problem I am facing:

  • Sometimes because of connectivity issues, The download manager gets paused
  • It gets resumed after some time on its own, sometimes it takes a lot of time to resume
  • Say I switch from Wifi to another network also it resumes and works

Question:

  • Is there a way to forcefully try the reconnection/resume of the download manually with the download ID reference we get?
Devrath
  • 42,072
  • 54
  • 195
  • 297
  • In order to resume a paused download, you need to create a new request with the same download ID and enqueue it again. Got this response from ChatGpt. Give it a try – Abdullah Javed Feb 20 '23 at 09:53

0 Answers0