forked from sokarovski/bonjour
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ability for browser to receiver updates to already discovered ser…
…vices. (#19) I was looking at adding the ability to automatically detect changes to accessories and bridges, and needed the capability to receive TXT record updates. The existing Browser implementation just ignores them, so this pull request adds another event that will emit when a new message is received for an already discovered service. This change is 100% backwards compatible with existing implementations.
- Loading branch information
1 parent
9e3d67b
commit 07f5631
Showing
3 changed files
with
74 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters