mirror of
https://github.com/apache/activemq-artemis.git
synced 2025-03-06 01:10:14 +00:00
This closes #688
This commit is contained in:
commit
6cc01830d1
@ -155,7 +155,7 @@ public class OpenWireProtocolManager implements ProtocolManager<Interceptor>, Cl
|
||||
if (context != null && context.decRefCount() == 0) {
|
||||
//connection is still there and need to close
|
||||
context.getConnection().disconnect(error != null);
|
||||
this.connections.remove(this);//what's that for?
|
||||
this.connections.remove(context.getConnection());
|
||||
this.clientIdSet.remove(clientId);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user