Browsing through the examples and docs, it doesn't appear to be possible to have a ServiceInterface with non-blocking (async) method calls.
This is a bit of an issue, as my dbus daemon often does long operations, meaning that all other method calls are delayed until the larger call finishes.
Browsing through the examples and docs, it doesn't appear to be possible to have a
ServiceInterfacewith non-blocking (async) method calls.This is a bit of an issue, as my dbus daemon often does long operations, meaning that all other method calls are delayed until the larger call finishes.