Commit c35cfe1b by Future

日志添加

parent 4b0c1414
...@@ -137,7 +137,7 @@ public class ChannelSender { ...@@ -137,7 +137,7 @@ public class ChannelSender {
long time1 = System.currentTimeMillis(); long time1 = System.currentTimeMillis();
List<ClientChannelInfo> channelInfos = userStateCacheManager.findOnlineInfosByClientId(toClientId); List<ClientChannelInfo> channelInfos = userStateCacheManager.findOnlineInfosByClientId(toClientId);
log.info("获取在线用户耗时 {}", System.currentTimeMillis() - time1); log.info("获取在线用户耗时 {} 内容 {}", System.currentTimeMillis() - time1, JSON.toJSONString(channelInfos));
if (CollectionUtils.isEmpty(channelInfos)) { if (CollectionUtils.isEmpty(channelInfos)) {
return false; return false;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment