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

Enable server interactions by default #812

Merged
merged 1 commit into from
Jul 18, 2024
Merged

Conversation

agners
Copy link
Collaborator

@agners agners commented Jul 18, 2024

This enables server cluster interactions on a controller. But currently more importantly, it enables advertisement of active controller operational identities, or in other words, it makes sure that the controller publishes a mDNS/DNS-SD operational discovery service.

This is required for persistent subscriptions to work: Matter devices which support persistent subscriptions (e.g. Nanoleaf bulbs) will try to reestablish the subscriptions right after startup. For that to work they need to resolve the controller through operational discovery.

In other words, with this change nodes come much quicker available/controllable when they restart.

This enables server cluster interactions on a controller. But currently
more importantly, it enables advertisement of active controller
operational identities, or in other words, it makes sure that the
controller publishes a mDNS/DNS-SD operational discovery service.

This is required for persistent subscriptions to work: Matter devices
which support persistent subscriptions (e.g. Nanoleaf bulbs) will try
to reestablish the subscriptions right after startup. For that to work
they need to resolve the controller through operational discovery.

In other words, with this change nodes come much quicker available/
controllable when they restart.
@marcelveldt marcelveldt merged commit 1f44bcf into main Jul 18, 2024
3 checks passed
@marcelveldt marcelveldt deleted the enable-server-interactions branch July 18, 2024 17:34
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.

2 participants