-
Notifications
You must be signed in to change notification settings - Fork 148
Open
Description
Hi guys,
first I want to thank you all for this cool new DBus lib.
I just started an evaluation to to see if the lib fits our needs and after a minor issue with Unix FD support I came across another use case that is essential for us:
Client Tracking
From what I've seen this seems not to be supported by sdbus-cpp but seems to be in the underlying sdbus lib (via sd_bus_track_add_sender etc.).
Is there a way for doing such things in sdbus-cpp that I missed or if it's not is there a plan for adding such functionality?
Thank you in advance...