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

Cannot set timeout option for Guzzle through the client #69

Open
dbauer91 opened this issue Sep 15, 2022 · 0 comments
Open

Cannot set timeout option for Guzzle through the client #69

dbauer91 opened this issue Sep 15, 2022 · 0 comments

Comments

@dbauer91
Copy link

In the current implementation, I am not able to set a timeout for HTTP requests. As Guzzle defaults its request timeout to 0 (i.e., indefinite) errors in certain cases cause indefinite execution of synchronous code, waiting for some action to complete, that is yet to be determined on my end.

Nevertheless, having the option to set a timeout for this client's requests is not only a band-aid to get important functions to work again over here, but also an option that, I think, is useful in general.

Criticism is absolutely welcome!

All the best,
Dirk

dbauer91 pushed a commit to dbauer91/etherpad-lite-client that referenced this issue Sep 15, 2022
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