Skip to content
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

Ability to set timeout #265

Open
vahidvdn opened this issue Jul 16, 2020 · 1 comment
Open

Ability to set timeout #265

vahidvdn opened this issue Jul 16, 2020 · 1 comment

Comments

@vahidvdn
Copy link

Though that is mentioned here and the issue is closed, there is no way to add a timeout to the options (e.g. timeout:3600000) and this is really critical. Any idea about adding this feature?

@vahidvdn
Copy link
Author

Btw, I could handle it by adding some native codes for android:

net.gotev.uploadservice.UploadService.HTTP_STACK = new  net.gotev.uploadservice.http.impl.HurlStack(true, false, 60000, 60000);

But that would be really nice to support it as an option for both android and iOS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant