Added better logging and websocket, more readme details

This commit is contained in:
2025-02-05 22:41:08 -07:00
parent 76ea825509
commit fdc49bcb8d
8 changed files with 156 additions and 66 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ Future<void> _waitForServer() async {
}
} catch (e) {
attempts++;
await Future.delayed(const Duration(seconds: 1));
await Future<void>.delayed(const Duration(seconds: 1));
}
}
throw Exception('Server failed to start after $maxAttempts seconds');