[add] 客户端渗透优化

This commit is contained in:
wujiawei
2025-06-15 16:11:17 +08:00
parent 5616abafd0
commit ffdd593113
50 changed files with 306 additions and 309 deletions

View File

@@ -121,6 +121,7 @@ public class ChannelContext {
try {
return cacheClientChannelConcurrentHashMap.get(new String(namespace, StandardCharsets.UTF_8)).get(new String(clientId, StandardCharsets.UTF_8));
} catch (Exception e) {
e.printStackTrace();
// 无法通过客户端ID[{}]获取通道信息
log.error("Unable to obtain channel information through namespace:{} client ID [{}]", new String(namespace), new String(clientId));
return null;