|
@@ -195,8 +195,8 @@ public class WhiteboardHandler {
|
|
|
// 客户端类型
|
|
|
String clientType = client.getHandshakeData().getSingleUrlParam(CLIENT_TYPE);
|
|
|
|
|
|
- /*log.debug("onHeartbeatSync client={}, ns={}, roomId={}, userId={}, timestamp={}", client.getSessionId(),
|
|
|
- client.getNamespace().getName(), roomId, userId, timestamp);*/
|
|
|
+ log.info("onHeartbeatSync EVENT_HEARTBEAT_SYNC sessionId={}, ns={}, roomId={}, userId={}, timestamp={}", client.getSessionId(),
|
|
|
+ client.getNamespace().getName(), roomId, userId, timestamp);
|
|
|
|
|
|
if (StringUtils.isNoneBlank(roomId, userId, clientType)) {
|
|
|
|