-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Download stuck #37
Comments
what do you want? setRetry maybe a functional way, Pump.stop() can not interrupt download while network is stuck. |
Some of my users report me that they don't have any issue with download while using chrome, other browsers, or maybe download manager. |
It looks like Okhttp's bug. |
But system's download manager using HttpUrlConnection, it's implemetation is Okhttp . |
This also happened with dood.to and ddl.to or maybe with other some file hosting. Download always failed at start but with HttpUrlConnection I can download without problem |
I will test later. |
Have you download with multi thread? android system downloader is download with single thread. |
It works by set the thread to 1, but for download failed at start it doesn't. Can you test dood.to? |
timeout is fixed by set thread num to 1?what is dowload failed at start? |
I noticed some of other users sometimes getting stuck while downloading, this happened also with me any time.
When it getting stuck Pump.stop() not functioning, and need to wait for a while, maybe when setRetry task done
https://gofile.io/d/M0bg1X
from me
other user
The text was updated successfully, but these errors were encountered: