Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[pd] daemon service: reconnect to dbus on dbus reset (openthread#2605)
This commit addresses a potential issue where the pd daemon loses its dbus connection when original dbus is reset. The daemon now monitors the io.openthread.BorderRouter.wpan0 dbus name and reconnects if the name owner changes, indicating a likely otbr-agent reload. This ensures the daemon continues to function correctly after dbus is reset by otbr-agent.
- Loading branch information