Disconnect from the server
@override Future<void> disconnect() async { if (!connected) return; updateConnectionState(false); }