how can a client exposes method to the server #472
Unanswered
sasidhar-ss
asked this question in
Q&A
Replies: 1 comment 2 replies
-
The additional |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have Clients (multiple) and a server that uses dbus for communication. Client uses sdbus c++ library, and server uses a different one. The client could send requests to the server and receive a response from the server for the request that it sent. Now I want to expose a method (recv_msg) from the client so that the the server will asynchronously call that method. Every client exposes the same method (recv_msg) , so the server will call the exposed-method using the Client's bus id. I have the below implementation and it didn't work. someone, please share your thoughts on this.
Best Regards,
sam.
Beta Was this translation helpful? Give feedback.
All reactions