[ 
https://issues.apache.org/jira/browse/PROTON-134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ted Ross resolved PROTON-134.
-----------------------------

    Resolution: Fixed
    
> pn_connector makes a blocking call to socket::connect
> -----------------------------------------------------
>
>                 Key: PROTON-134
>                 URL: https://issues.apache.org/jira/browse/PROTON-134
>             Project: Qpid Proton
>          Issue Type: Bug
>          Components: proton-c
>    Affects Versions: 0.2
>            Reporter: Ted Ross
>            Assignee: Ted Ross
>            Priority: Blocker
>             Fix For: 0.3
>
>
> The proton-c driver makes a blocking call to 'connect' when establishing 
> outgoing connections via pn_connector.  This breaks the asynchronous nature 
> of the proton driver which should block only on pn_driver_wait.
> To work properly, pn_connector should return immediately and the connector 
> should then appear in the driver's work list later when the transport 
> connection is either successfully established or it fails for some reason.

--
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

Reply via email to