Hi Andrew,
On 11/09/2016 04:22 AM, Andrew Zaborowski wrote:
Kdbus doesn't store the cookies for messages that have the no
reply flag
and throws error when a reply is sent with reply_cookie that it doesn't
know. It's not fatal, but we save some cycles by not sending the message
with both dbus versions.
We mark those replies with reply_serial == 0, rather than setting a
"discard" flag on the message, because the method call's serial is
effectively an invalid reply_serial value.
---
ell/dbus-message.c | 10 +++++++---
ell/dbus.c | 10 ++++++++++
2 files changed, 17 insertions(+), 3 deletions(-)
Applied, thanks.
Regards,
-Denis