Added better logging and websocket, more readme details
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user