提交 19d0a72d 编写于 作者: 如梦技术's avatar 如梦技术 🐛

代码优化。

上级 b7bdef0c
......@@ -104,7 +104,7 @@ public class MqttServerAioHandler implements ServerAioHandler {
// 3. 客户端 id 是创建连接之后才有的,如果客户端 id 为空,直接关闭
String clientId = context.getBsId();
if (StrUtil.isBlank(clientId)) {
Tio.close(context, "Mqtt connected but clientId is isBlank.");
Tio.close(context, "Mqtt connected but clientId is blank.");
return;
}
// 4. 按类型的消息处理
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册