We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When configuring the connectionTimeout, it does not update the connection timeout on the HttpClient.
connectionTimeout
HttpClient
When the connectionTimeout is configured, it should update the connection timeout on the HttpClient.
ClientConfiguration
any
0.8.0
with connectionTimeout(Duration.ofSeconds(1))
connectionTimeout(Duration.ofSeconds(1))
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Checklist
Description
When configuring the
connectionTimeout
, it does not update the connection timeout on theHttpClient
.Expectation
When the
connectionTimeout
is configured, it should update the connection timeout on theHttpClient
.Reproduction
connectionTimeout
is configured onClientConfiguration
HttpClient
instance createdOpenFGA SDK version
any
OpenFGA version
0.8.0
SDK Configuration
with
connectionTimeout(Duration.ofSeconds(1))
Logs
No response
References
No response
The text was updated successfully, but these errors were encountered: