log.error("Can't find associated client, the connection will be closed. remotingChannel={}, MqttMessage={}",remotingChannel.toString(),message.toString());
remotingChannel.close();
...
...
@@ -91,7 +91,7 @@ public class MqttSubscribeMessageHandler implements MessageHandler {
log.error("Client can not subscribe topic starts with wildcards! clientId={}, topicSubscriptions={}",client.getClientId(),payload.topicSubscriptions().toString());
}
...
...
@@ -126,7 +126,7 @@ public class MqttSubscribeMessageHandler implements MessageHandler {