[Dbus-cxx-users] Sending Calls Over System Bus
Status: Beta
Brought to you by:
rvinyard
From: Josh K. <jo...@es...> - 2010-02-25 02:06:25
|
Hi, I'm having some troubles developing a program to utilize the system bus. I have developed a server application which listens for incoming method calls and that works fine. It even asynchronously sends a method call back to a method in the client application which is received by the client. This proves that sending communication permissions are right in the system dbus settings. My problem is, in the client program, when I execute the first method call it blocks on that call even when the method has no return type. I think it's expecting a reply that is never going to come. Is there a way to adjust the system DBUS settings to either: a. Allow the method return or; b. Send this method call without expecting a reply. My interface for the server has one method which has one "in" parameter. Likewise on the client. Thanks in advance for any help you can lend. Josh |