|
|
@@ -59,7 +59,7 @@ public class WebSocketServer {
|
|
|
onlineCount.incrementAndGet();
|
|
|
}
|
|
|
editStatus(userId);
|
|
|
- log.info("APP用户连接:" + userId + ",当前在线人数为:" + onlineCount);
|
|
|
+ log.info("APP用户连接成功:" + userId + ",当前在线人数为:" + onlineCount);
|
|
|
sendMessage("APP用户连接成功");
|
|
|
}
|
|
|
|