[ https://issues.apache.org/jira/browse/PROTON-2401?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17711125#comment-17711125 ]
ASF subversion and git services commented on PROTON-2401: --------------------------------------------------------- Commit 0847d3aed940714c4da57353ccf753a88e456983 in qpid-proton's branch refs/heads/main from Sebastiaan la Fleur [ https://gitbox.apache.org/repos/asf?p=qpid-proton.git;h=0847d3aed ] PROTON-2401: [Python] on_xxx_closed should be called on locally closed after remote close When links/sessions/connections are remotely closed then locally closed the on_xxx_closed event should still fire. The existing code only fires this event for local then remote close. > on_link_closed is not called when remote detaches link and locally link is > also closed. > --------------------------------------------------------------------------------------- > > Key: PROTON-2401 > URL: https://issues.apache.org/jira/browse/PROTON-2401 > Project: Qpid Proton > Issue Type: Bug > Components: python-binding > Affects Versions: proton-c-0.34.0 > Reporter: NS-SlaFleur > Assignee: Andrew Stitcher > Priority: Minor > > The on_link_closed for the MessagingHandler is not called when the link is > first detached by the remote and then locally. This is due to a missing > on_link_local_close in the EndpointStateHandler in _handlers.py. > > Pull Request: https://github.com/apache/qpid-proton/pull/323 -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For additional commands, e-mail: dev-h...@qpid.apache.org