[
https://issues.apache.org/jira/browse/QPID-4102?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ernest Allen updated QPID-4102:
-------------------------------
Attachment: endpoints.py_sync-timeout.patch
> 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
> Attachments: endpoints.py_sync-timeout.patch
>
>
> 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
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]