-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
in aserver support message.call_async #100
Comments
Your question isn't super clear; hopefully I'm answering the right question. You should use the sdbusplus/example/coroutine-example.cpp Line 19 in f7d06e9
Better yet is if you are interacting with interfaces which have an sdbusplus-YAML representation (such as those in phosphor-dbus-interfaces). The generator will make a type-safe client binding for you that you can call. In that case, the functions are named based on the dbus method name. sdbusplus/example/calculator-client.cpp Line 24 in f7d06e9
|
HI williamspatrick : |
You can |
Thanks~, It's worked |
Hi all:
Now in aserver which use sdbusplus::async::context, how to support to get reply for message.call_async? Thanks
The text was updated successfully, but these errors were encountered: