You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Justin Ross (JIRA)" <ji...@apache.org> on 2012/10/17 23:56:03 UTC

[jira] [Resolved] (QPID-4102) Sender.send(timeout=N) should pass timeout=N to self.sync()

     [ 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: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org