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: fix mdns discovery (finally) #323

Merged
merged 2 commits into from
Oct 5, 2023
Merged

fix: fix mdns discovery (finally) #323

merged 2 commits into from
Oct 5, 2023

Conversation

gmaclennan
Copy link
Member

The dedupe logic was incorrect, but in most cases the check in
handleServiceUp was hiding that. Temporarily removing that check
revealed the bug in a reproducible way.

The dedupe logic was incorrect, but in most cases the check in
`handleServiceUp` was hiding that. Temporarily removing that check
revealed the bug in a reproducible way.
@gmaclennan gmaclennan self-assigned this Oct 5, 2023
@gmaclennan gmaclennan requested a review from achou11 October 5, 2023 10:53
@gmaclennan gmaclennan linked an issue Oct 5, 2023 that may be closed by this pull request
Copy link
Member

@achou11 achou11 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FINALLY

@gmaclennan gmaclennan merged commit 3a20ed9 into main Oct 5, 2023
@achou11 achou11 deleted the fix/mdns-fix-try2 branch October 5, 2023 12:38
gmaclennan added a commit that referenced this pull request Oct 5, 2023
* main:
  chore: update github action steps (#322)
  fix: fix mdns discovery (finally) (#323)
  chore: check npm lockfile version does not change (#321)
  chore: commit hooks for lint & package-lock chk (#320)
  feat: define sync capability per namespace (#319)
  feat: add namespace to peer pre-have messages (#314)
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.

Fix MDNS discovery bug
2 participants