High-level API to unicast signals #374
Labels
enhancement
New feature or request
good first issue
Good for newcomers
zbus
Issues/PRs related to zbus crate
Signals are typically broadcasted so our high-level (
dbus_interface
-based) API already covers that. However, there are cases where you want to unicast signals (send them only to a specific peer) and it doesn't allow that.The solution from the top of my head: Add an optional destination to
SignalContext
and havedbus_interface
unicast instead of broadcast, if this is set.The text was updated successfully, but these errors were encountered: