This commit is contained in:
@jyuhsin
2025-12-18 11:51:10 +08:00
parent 5c1372cec5
commit 344229fc31
2 changed files with 5 additions and 5 deletions
@@ -168,7 +168,7 @@
this.isSubscribed = true
this.sendJoinMessage()
}
}, 2000)
}, 500)
}
// 事件处理
@@ -243,9 +243,9 @@
if (this.ws.readyState === WebSocket.OPEN) {
this.sendJoinMessage()
}
}, 1000)
}, 500)
}
}, 3000) // 延迟3秒重连
}, 2000) // 延迟2秒重连
}
// 窗口事件处理