mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-21 11:22:16 +08:00
@@ -191,6 +191,7 @@ class LiveMessageStream {
|
||||
for (final server in servers) {
|
||||
try {
|
||||
return await WebSocket.connect(server);
|
||||
// ignore: empty_catches
|
||||
} catch (e) {}
|
||||
}
|
||||
throw Exception("all servers connect failed");
|
||||
|
||||
Reference in New Issue
Block a user