summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dbus/connection.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/dbus/connection.py b/dbus/connection.py
index fd20800..46d74d4 100644
--- a/dbus/connection.py
+++ b/dbus/connection.py
@@ -577,6 +577,8 @@ class Connection(_Connection):
if reply_handler is None and error_handler is None:
# we don't care what happens, so just send it
+ # (and we can let the recipient optimize by not replying to us)
+ message.set_no_reply(True)
self.send_message(message)
return