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

Remove connection close check after sub handler #5

Merged
merged 1 commit into from
May 15, 2024
Merged

Conversation

ekerfelt
Copy link
Contributor

@ekerfelt ekerfelt commented May 14, 2024

Encore Cloud Entwined used the http.DefaultTransport which is using an idle timeout of 90s. The connection established to push each subscription message is configured as keep-alive. Therefore the connection won't be closed until after 90s of connection idle time.

This PR removes a check that Encore Cloud closes the connection after each acked message.

@ekerfelt ekerfelt requested a review from a team as a code owner May 14, 2024 21:34
@ekerfelt ekerfelt requested a review from eandre May 14, 2024 21:34
@ekerfelt ekerfelt merged commit 8f02143 into main May 15, 2024
2 checks passed
@ekerfelt ekerfelt deleted the connclose branch May 15, 2024 08:55
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