-
Notifications
You must be signed in to change notification settings - Fork 549
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
Upload stuck : how I can force to start uploading #81
Comments
Thanks for reporting it. We are working on the fix. Stay tuned. |
Thanks for quick answer. Is there any chance that you will release new version with fix for above in very near future ? Our core functionality is based on uploading and this is really crucial for us ;/ |
@polok I'll definitely fix it ASAP, but sorry that I can't promise you an exact date. The service idles due to lost of network connection and eventually stops itself. An alternate solution is to delete the transfer and add it back to reactivate the service. |
AWS SDK for Android v2.2.11 was released just now. The service should stay alive as long as there are active transfers. It'll resume transfers automatically when network is back. Also, you can use TransferUtility.resume(int) to resume a transfer which is not in |
Awesome! I will check. Thx |
Closing this. Feel free to reopen it if the issue persists. |
Hi,
First my problem/case.
I have my own custom service which uses your SDK (basically TransferUtility). All works fine when I have internet connection. The whole fun begins when:
Also, for first case when my service was killed. I wanted to force it the upload agin. However, I don't see how I can do this. I tried to use resume but the state has to be PASUED, so first I run pause method which doesn't do the trick for me as it is setting PENDING_PAUSE and won't change to PAUSE so I can't resume it. How I can force, notify the TransferUtility or it's service to start uploading once again.
I am writing in a small rush so if I don't put enough information, just let me know. I will try to put more light on it then.
Thanks in advance for help.
The text was updated successfully, but these errors were encountered: