Hello, For our plugin architecture, we want our plugin to get its data via DBUS. As most dbus user know, we cannot wait for the answer and have to make asynchronous method calls. I was wondering what is the easiest way to do that in Elisa.
I remember Florian or Olivier talking about "Elisa Services". Would it be of any help for us here ? (and what is it exactly ?). Maybe the controller of each plugin is already in its own thread so there's no need for that and we can just call dbus in the controller but I'm not sure about that. Thanks a lot for replies, Lionel
