You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by rh...@apache.org on 2010/02/22 15:45:50 UTC

svn commit: r912590 - /qpid/trunk/qpid/python/qpid/messaging/driver.py

Author: rhs
Date: Mon Feb 22 14:45:49 2010
New Revision: 912590

URL: http://svn.apache.org/viewvc?rev=912590&view=rev
Log:
removed redundant notify

Modified:
    qpid/trunk/qpid/python/qpid/messaging/driver.py

Modified: qpid/trunk/qpid/python/qpid/messaging/driver.py
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/python/qpid/messaging/driver.py?rev=912590&r1=912589&r2=912590&view=diff
==============================================================================
--- qpid/trunk/qpid/python/qpid/messaging/driver.py (original)
+++ qpid/trunk/qpid/python/qpid/messaging/driver.py Mon Feb 22 14:45:49 2010
@@ -1032,7 +1032,6 @@
     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



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org