feat: ws实现

This commit is contained in:
MatrixSeven
2025-09-16 16:41:38 +08:00
parent 15d23de5a7
commit 2fc478e889
18 changed files with 780 additions and 775 deletions

View File

@@ -53,7 +53,8 @@ export function useWebRTCDataChannelManager(
error: null,
isConnecting: false,
canRetry: false,
state: 'open'
state: 'open',
stateMsg: "数据通道已打开"
});
// 如果是重新连接,触发数据同步