ssseasonnn / RxDownload

A multi-threaded download tool written with RxJava and Kotlin
Apache License 2.0
4.14k stars 612 forks source link

download keep suspending on download multiple files. #349

Open 24Lathiya opened 2 years ago

24Lathiya commented 2 years ago

When i download multiple files, The files are keep failed to download. I think this is happening due to multiple initialisation of task. But I don't know how to fix it. any one have idea please let me know. @ssseasonnn i hope your can give me solution regarding above issue.

Thanks.

vanesca88 commented 2 years ago

I had the same issue. Check my answer: https://github.com/ssseasonnn/RxDownload/issues/352