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

Enable request timeouts #1162

Merged
merged 37 commits into from
Apr 29, 2022
Merged

Enable request timeouts #1162

merged 37 commits into from
Apr 29, 2022

Conversation

tanertopal
Copy link
Member

@tanertopal tanertopal commented Mar 27, 2022

Reference Issues/PRs

None

What does this implement/fix? Explain your changes.

When merged this PR will enable the server to set a round timeout which will be applied to all requests and enforced on the server side by dropping the client. It does not modify the client side. The user will need to handle the reconnect mechanism.

Any other comments?

Only the fit method in the ClientProxy is as of now adjusted as we first need to discuss if we are going with this.

@tanertopal tanertopal marked this pull request as ready for review April 28, 2022 12:26
@tanertopal tanertopal marked this pull request as draft April 28, 2022 12:29
@danieljanes danieljanes marked this pull request as ready for review April 29, 2022 00:57
@tanertopal tanertopal merged commit ff672ce into main Apr 29, 2022
@tanertopal tanertopal deleted the request_timeouts branch April 29, 2022 07:05
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

Successfully merging this pull request may close these issues.

2 participants