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

fix: losing registered mDNS hosts #137

Merged
merged 5 commits into from
Feb 3, 2025
Merged

fix: losing registered mDNS hosts #137

merged 5 commits into from
Feb 3, 2025

Conversation

jgkawell
Copy link
Member

@jgkawell jgkawell commented Feb 3, 2025

Turned out there were two issues here:

  1. The Start() method was calling AddHost() which would overwrite the config instead of just publishing the hostname to mDNS.
  2. Within draft/pkg/chassis the SaveAndWrite() method was stuck on an infinite mutex lock. That has been fixed here: fix: remove blocking mutex on SetAndWrite() steady-bytes/draft#62

@jgkawell jgkawell merged commit b49e286 into main Feb 3, 2025
3 checks passed
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.

1 participant