ssseasonnn / RxDownload

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

download a large file with slow internet connection (for example GPRS) returns TimeoutException #357

Open eldorado opened 1 year ago

eldorado commented 1 year ago

hi friends. I have to download a file (about 50mb ). when i run app in Emulator with internet connection sets to full or 5g (or real device) everything works well, but when i change internet connection in emulator to GPRS or on real device I use GPRS then connection returns TimeoutException , how should i do fix it?

eldorado commented 1 year ago

timeoutException With GPRS, the download does not start at all.

RizwanAtNvest commented 8 months ago

did you manage to fix it. ?