Skip to content

roles: fix bugs after config reload #213

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

Merged
merged 2 commits into from
Jun 27, 2025

Conversation

themilchenko
Copy link
Contributor

This patch-set fixes a several bugs related with config update.

Closes #209
Closes #212

@themilchenko themilchenko marked this pull request as ready for review June 23, 2025 16:08
There was a but if the server is not used (for example, it was removed
from the configuration), it will still be running after the configuration
is reloaded.

This patch fixes it.

Closes #212
If the `listen` value was changed the server won't update it after
config reload.

After the patch this bug was fixed.

Closes #209
@themilchenko themilchenko force-pushed the themilchenko/gh-209-fix-server-address-change branch from 94dce46 to ef87d4d Compare June 26, 2025 13:11
@themilchenko themilchenko merged commit 5ae99b5 into master Jun 27, 2025
34 checks passed
@themilchenko themilchenko deleted the themilchenko/gh-209-fix-server-address-change branch June 27, 2025 10:12
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.

roles: server is not deleted if it is not in use roles: server doesn't change server address after reload
3 participants