[
https://issues.apache.org/jira/browse/QPID-4102?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Justin Ross resolved QPID-4102.
-------------------------------
Resolution: Fixed
Fix Version/s: 0.19
Assignee: Justin Ross
Fixed in revision 1399445 by committing Ernie's 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
> Assignee: Justin Ross
> Priority: Minor
> Fix For: 0.19
>
> 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]