khushpanchal / Ketch

An Android File downloader library based on WorkManager with pause and resume support.
https://medium.com/@khush.panchal123/ketch-android-file-downloader-library-7369f7b93bd1
395 stars 26 forks source link

Timeout problem #6

Closed Wizardeirr closed 1 month ago

Wizardeirr commented 2 months ago

Ty for this library its very usefull i think. especially should be Pause and resume states. My issue ; My internet is going sometimes and my download progress is stopping a few seconds later my internet is coming but my download progress is not going to pause or timeout. Directly going to error. And all download state is lost. How can i resolve this problem are you checking this situation on library?

khushpanchal commented 2 months ago

Hi @Wizardeirr I will be soon adding the functionality of handling retry-failure, pause-resume.

khushpanchal commented 1 month ago

@Wizardeirr please check out the Version 2.0.0 https://github.com/khushpanchal/Ketch Added the functionalities mentioned.