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

Configurable http timeouts for push subscription #274

Open
razorao opened this issue Nov 10, 2021 · 0 comments
Open

Configurable http timeouts for push subscription #274

razorao opened this issue Nov 10, 2021 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@razorao
Copy link
Contributor

razorao commented Nov 10, 2021

Currently, while subscription's ackDeadlineSecs is intended to be used as the timeout value for push client, only the TCP connection timeout is being set. Hence in cases where TCP connection is established but the server application delay's the response, the default timeout value of 25 seconds is being honored.

Need to also ensure that the ResponseHeaderTimeout is also set per subscription

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant