You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Cliff Jansen (JIRA)" <ji...@apache.org> on 2019/07/29 16:43:00 UTC

[jira] [Created] (PROTON-2081) Hang in Windows proactor during connect

Cliff Jansen created PROTON-2081:
------------------------------------

             Summary: Hang in Windows proactor during connect
                 Key: PROTON-2081
                 URL: https://issues.apache.org/jira/browse/PROTON-2081
             Project: Qpid Proton
          Issue Type: Bug
          Components: proton-c
    Affects Versions: proton-c-0.28.0
         Environment: Windows
            Reporter: Cliff Jansen
            Assignee: Cliff Jansen


The bug is a simple race between threads.  The necessary context for the connect completion routine should be set before the async connect is initiated, not after.  If the completion routine runs ahead of the context setup, the successful connect data is mistaken for a drained completion on a closed connection.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org