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