privatefinalConcurrentHashMap<String/*Producer or Consumer Group*/,ConcurrentHashMap<RemotingChannel,Client>>groupClientTable=newConcurrentHashMap<>(
privatefinalConcurrentHashMap<String/*Producer or Consumer Group*/,ConcurrentHashMap<RemotingChannel,Client>>groupClientTable=newConcurrentHashMap<String,ConcurrentHashMap<RemotingChannel,Client>>(
log.error("Can't find associated client, the connection will be closed. remotingChannel={}, MqttMessage={}",remotingChannel.toString(),message.toString());
...
...
@@ -135,7 +136,7 @@ public class MqttSubscribeMessageHandler implements MessageHandler {
log.error("Can't find associated client, the connection will be closed. remotingChannel={}, MqttMessage={}",remotingChannel.toString(),message.toString());
...
...
@@ -98,7 +98,7 @@ public class MqttUnsubscribeMessagHandler implements MessageHandler {