[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[GitHub] activemq-artemis issue #2132: ARTEMIS-1893: Treat the detach of a link with ...
Github user k-wall commented on the issue:
https://github.com/apache/activemq-artemis/pull/2132
Thanks for the feedback. I did initially consider making the change in `ProtonServerSenderContext#close(boolean)` but I couldn't see a way organise for the `closed` field of the detach performative that will go back to the peer to be set to `true` from that tier in the abstraction. It could well be my approach is naive.
Your comment above alludes to a deeper refactoring of ProtonServerSenderContext and ProtonServerReceiverContext which i think might be more that I could undertake,
---