You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are facing few issues with dbus_connection_send_with_reply_set_notify API where the callback function "onLibdbusPendingCallNotifyThunk" failed to execute in few cases (Issue was observed once in ~50 cycles)and because of that "Availability status" is returned as "Not available" to the applications.
When I tried to check the status of "dbus_connection_send_with_reply_set_notify", it returns as "SUCCESS" though the callback function is not executed.
Aysnchronous timeouts expires in CAPI and could be able to see that dbus pending call is not completed.
I would request you to suggest few suggestion on the issue as this API(dbus_connection_send_with_reply_set_notify) is not officially supported by dbus community and it got introduced by CAPI contributors
Thanks in Advance,
Best Regrads,
Arun
The text was updated successfully, but these errors were encountered:
Hello Experts,
We are facing few issues with dbus_connection_send_with_reply_set_notify API where the callback function "onLibdbusPendingCallNotifyThunk" failed to execute in few cases (Issue was observed once in ~50 cycles)and because of that "Availability status" is returned as "Not available" to the applications.
When I tried to check the status of "dbus_connection_send_with_reply_set_notify", it returns as "SUCCESS" though the callback function is not executed.
Aysnchronous timeouts expires in CAPI and could be able to see that dbus pending call is not completed.
I would request you to suggest few suggestion on the issue as this API(dbus_connection_send_with_reply_set_notify) is not officially supported by dbus community and it got introduced by CAPI contributors
Thanks in Advance,
Best Regrads,
Arun
The text was updated successfully, but these errors were encountered: