-
Notifications
You must be signed in to change notification settings - Fork 316
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
Example ? #18
Comments
It's depend on your usage but I think if you read README file it's easy to start your work with. |
I will be create a simple example ASAP. |
if downloading is interrupted because the user or system force to stop the app, it is possible to continue downloading when app runs in next time? because this feature will save data traffic and save total time to get a file when interruption happens |
No. |
@majidgolshadi may l ask why does downloading stops for large files without any reason and onConnectionLost does not restart? how can l resolve this? |
@lekeCoder It's depends. In some cases because of server response time limitation this situation occur. |
@majidgolshadi Thanks for your reply. I took a look at the code and adjusted among other things the thread portion that determines inactivity. The issue now is it cannot download from https links. The last time l tried certificate issues came up. What can l do? |
Any good example how to implement this library ?
The text was updated successfully, but these errors were encountered: