Mike Bonnet created QPID-4102:
---------------------------------

             Summary: Sender.send(timeout=N) should pass timeout=N to 
self.sync()
                 Key: QPID-4102
                 URL: https://issues.apache.org/jira/browse/QPID-4102
             Project: Qpid
          Issue Type: Bug
          Components: Python Client
    Affects Versions: 0.16
            Reporter: Mike Bonnet
            Priority: Minor


Session.send(timeout=N) calls self.sync() with no timeout.  In the case where 
self.capacity is UNLIMITED (the default) this can result in send() blocking 
indefinitely, even if called with a timeout.  timeout=N should be passed 
through to the self.sync() call.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to