jbertram commented on code in PR #4186:
URL: https://github.com/apache/activemq-artemis/pull/4186#discussion_r955297296


##########
artemis-core-client/src/main/java/org/apache/activemq/artemis/spi/core/protocol/AbstractRemotingConnection.java:
##########
@@ -45,6 +45,7 @@ public abstract class AbstractRemotingConnection implements 
RemotingConnection {
    protected final Connection transportConnection;
    protected final Executor executor;
    protected final long creationTime;
+   protected volatile boolean destroyed = false;

Review Comment:
   Resolved.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to