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

Add fallback scanner for Matter nodes #603

Merged
merged 2 commits into from
Feb 29, 2024
Merged

Conversation

marcelveldt
Copy link
Contributor

While we're figuring out the weird edge case with mdns discovery that causes some messages to be missed, this adds a fallback scanner to pickup nodes that are operational but not picked up by mdns. It runs every 30 minutes

@marcelveldt marcelveldt added the bugfix Pull request that fixes a (known) issue/bug label Feb 29, 2024
@marcelveldt marcelveldt merged commit fdebf06 into main Feb 29, 2024
4 checks passed
@marcelveldt marcelveldt deleted the fallback-node-scanner branch February 29, 2024 21:22
agners added a commit that referenced this pull request Sep 12, 2024
The fallback node scanner introduced with #603 intents to pick up nodes
which our zeroconf scanner missed. There is currently no indication
that the zeroconf scanner misses nodes (anymore), so the fallback
scanner is redundant. This PR removes the fallback scanner.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix Pull request that fixes a (known) issue/bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants