mirror of
https://github.com/MatrixSeven/file-transfer-go.git
synced 2026-05-20 12:27:30 +08:00
feat: ws实现
This commit is contained in:
@@ -53,7 +53,8 @@ export function useWebRTCDataChannelManager(
|
||||
error: null,
|
||||
isConnecting: false,
|
||||
canRetry: false,
|
||||
state: 'open'
|
||||
state: 'open',
|
||||
stateMsg: "数据通道已打开"
|
||||
});
|
||||
|
||||
// 如果是重新连接,触发数据同步
|
||||
|
||||
Reference in New Issue
Block a user