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

GH-298: Start service in AbstractServerSession #303

Merged
merged 1 commit into from
Jan 1, 2023

Conversation

tomaswolf
Copy link
Member

Services need to be started. In particular, the connection service starts its heartbeat, if configured, when started. It was already noticed in commit e74e204 that the server-side did not start services, but at that time the effect was not recognized because tests were too unstable back then. A test for server-side heartbeats was also missing.

Fixes #298.

Services need to be started. In particular, the connection service
starts its heartbeat, if configured, when started. It was already
noticed in commit e74e204 that the server-side did not start services,
but at that time the effect was not recognized because tests were too
unstable back then. A test for server-side heartbeats was also missing.

Bug: apache#298
@tomaswolf tomaswolf merged commit dcc65db into apache:master Jan 1, 2023
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.

Server side heartbeat not working
1 participant