Skip to content

Commit

Permalink
⬆️ 依赖升级
Browse files Browse the repository at this point in the history
  • Loading branch information
li-xunhuan committed Dec 26, 2023
1 parent d1d653b commit e58c6e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ public void handler(Packet packet, ChannelContext context) {
}
// 3. 判定是否认证成功
if (!context.isAccepted()) {
Tio.remove(context, "Mqtt connected but clientId is blank.");
Tio.remove(context, "Mqtt connected but is not accepted.");
return;
}
// 4. 按类型的消息处理
Expand Down

0 comments on commit e58c6e9

Please sign in to comment.