<br>Hi:<br><br>I have developed an application using the native C API in DBUS as my communication engine.<br>The server talks to client for 3 different things depending on the context.&nbsp; The 3 things are each handled separately
<br>by the client and they are 3 individual calls.&nbsp; <br><br>Two of the calls work great and I can repeated invoke them and results would return as expected.<br>The 3rd call, however, does not work at all.&nbsp; I would get back &quot;No Reply within specified Time&quot;.&nbsp; I am
<br>using dbus_connection_send_with_reply() with timeout set to -1 for all 3 calls.&nbsp; And I know it does not even<br>reach the client so it is stuck somewhere in the sending process.&nbsp; <br><br>After I make the 3rd call even just once, none of the other two calls would work.&nbsp; 
<br><br>Can someone suggest a good way to debug this send problem?&nbsp;&nbsp;&nbsp; I tried various things but running out of ideas.<br>Thanks<br><br>Mark<br>