Replies: 1 comment 3 replies
-
@howey Would you submit a PR? I would merge it right away. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
libdbus provides a unique serial number to each method call in order for a client to, for example, distinguish multiple in-flight asynchronous method calls, see dbus_message_get_serial
Is there a way to get a similar feature using sdbus-cpp bindings? Possible implementation using
sd_bus_message_get_seqnum
:Beta Was this translation helpful? Give feedback.
All reactions