summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/qpid/messaging/driver.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/python/qpid/messaging/driver.py b/python/qpid/messaging/driver.py
index 0569d31f2a..7eeee02f3c 100644
--- a/python/qpid/messaging/driver.py
+++ b/python/qpid/messaging/driver.py
@@ -1032,7 +1032,6 @@ class Driver:
rcv.received += 1
log.debug("RCVD[%s]: %s", ssn.log_id, msg)
ssn.incoming.append(msg)
- self.connection._waiter.notifyAll()
def _decode(self, xfr):
dp = EMPTY_DP