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

Add WithContext methods to Fluent struct #85

Open
arnogeurts opened this issue Sep 14, 2020 · 0 comments · May be fixed by #86
Open

Add WithContext methods to Fluent struct #85

arnogeurts opened this issue Sep 14, 2020 · 0 comments · May be fixed by #86

Comments

@arnogeurts
Copy link

Currently the only way to have control over the maximum duration of the Post and related methods is by configuring the Timeout, WriteTimeout, RetryWait, MaxRetry and MaxRetryWait, which all together define an upper bound to the total duration. However, there is no way to define an overall timeout to the action.

A lot of networking libraries use the context deadline as an overall timeout for the operations, so it would be nice if that is also added to this library.

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