Server is ready
@return a Future that resolves to true whenever the server is ready
Future<bool> get ready => _ready ?? Future.value(false);