Returns true if the client is connected to a relay server
@override bool get isConnected => jsonRPC != null && !jsonRPC!.isClosed;