数据格式优化

This commit is contained in:
qiminbao
2025-10-30 22:06:09 +08:00
parent c8980142d8
commit 2017bfe437
@@ -98,7 +98,7 @@ public class AgentDecoderHandler extends ChannelInboundHandlerAdapter {
lruCache.remove(sessionManager.client(ctx));
tmpMsgSize = 0;
// sb.append(String.join("@tong-ran", arr_msg));
content = String.join("@tong-ran", arr_msg);
content = ms;
}
}
}