This commit is contained in:
2024-02-28 18:55:41 +08:00
parent da23cdf3e3
commit f6befeeca7
2 changed files with 2 additions and 0 deletions

View File

@@ -86,6 +86,7 @@ export const useWebFetcher = defineStore('WebFetcher', () => {
result = await connectDanmakuClient()
}
isStarted.value = true
disconnectedByServer = false
})
connection.onclose(reconnect)