[ 
https://issues.apache.org/jira/browse/PROTON-2513?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17501511#comment-17501511
 ] 

ASF subversion and git services commented on PROTON-2513:
---------------------------------------------------------

Commit 9a49692b18334fa0913aafa56767e4489e06002b in qpid-protonj2's branch 
refs/heads/main from Timothy Bish
[ https://gitbox.apache.org/repos/asf?p=qpid-protonj2.git;h=9a49692 ]

PROTON-2513 Perform all the close work asynchronously when requested

Ensures that Client and Connection closeAsync are truly asynchronous and
will complete the close future once the remote responds to a close
request if not already closed.  Fixes some races and ensures that work
is not added to the event loop when not necessary for already closed
resources.

> Connection and Client CloseAsync are not yet operating asynchronously
> ---------------------------------------------------------------------
>
>                 Key: PROTON-2513
>                 URL: https://issues.apache.org/jira/browse/PROTON-2513
>             Project: Qpid Proton
>          Issue Type: Bug
>          Components: protonj2
>    Affects Versions: protonj2-1.0.0-M4
>            Reporter: Timothy A. Bish
>            Assignee: Timothy A. Bish
>            Priority: Major
>             Fix For: protonj2-1.0.0-M5
>
>
> The close async methods in Connection and Client should perform the close out 
> of band but are not yet fully doing so.   Fix the code paths to allow for 
> async close to complete the remote operations and then complete close future 
> when done.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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

Reply via email to