I have an application that contains multiple clients(proxies) interacting with server application. They have a common object path for now.
I wanted to know if it's possible to retrieve the client or proxy instance information(for eg. client-ids) at the server side, so as to associate the requests made by client1, client2, etc.
One way, I could think of is to have unique object paths for each client instance and use this at the server side. But is there any other way with sdbus-c++ that provides me this information?
I have an application that contains multiple clients(proxies) interacting with server application. They have a common object path for now.
I wanted to know if it's possible to retrieve the client or proxy instance information(for eg. client-ids) at the server side, so as to associate the requests made by client1, client2, etc.
One way, I could think of is to have unique object paths for each client instance and use this at the server side. But is there any other way with sdbus-c++ that provides me this information?