RxDownload
RxDownload copied to clipboard
download a large file with slow internet connection (for example GPRS) returns TimeoutException
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?
With GPRS, the download does not start at all.
did you manage to fix it. ?