-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Service name should not be claimed on dbus before the service is fully constructed, otherwise other services can end up scanning a service that does not (yet) have all the mandatory paths, or support all the dbus calls, causing such services to be ignored by the GUI and others. This fixes two issues: 1. GetItems on / is implemented the moment NameOwnerChanged is fired 2. /DeviceInstance is available immediately, which many consumers actually require. victronenergy/venus-private#410
- Loading branch information
Showing
2 changed files
with
9 additions
and
4 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