fix: 优化网页端不能连接的问题
This commit is contained in:
@@ -71,6 +71,9 @@ public class SignalWebSocketHandler extends TextWebSocketHandler {
|
||||
case "DEVICE_LIST":
|
||||
handleDeviceList(session, signalMessage);
|
||||
break;
|
||||
case "PING":
|
||||
// 客户端心跳保活消息,无需处理,仅用于防止中间代理因空闲超时断开连接
|
||||
break;
|
||||
case "OFFER":
|
||||
// 连接请求:统一经 ConnectionRequestManager 做校验/去重/待确认跟踪后再转发
|
||||
handleConnectionRequest(signalMessage);
|
||||
|
||||
Reference in New Issue
Block a user