mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
mod: danmaku
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -191,8 +191,7 @@ class LiveMessageStream {
|
||||
for (final server in servers) {
|
||||
try {
|
||||
return await WebSocket.connect(server);
|
||||
// ignore: empty_catches
|
||||
} catch (e) {}
|
||||
} catch (_) {}
|
||||
}
|
||||
throw Exception("all servers connect failed");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user