Refactoring - Version stable

This commit is contained in:
dahoud
2026-03-28 15:33:44 +00:00
parent 95d0e4502e
commit b650734075

View File

@@ -214,7 +214,7 @@ class WebSocketService {
_stopHeartbeat(); _stopHeartbeat();
_stopReconnectTimer(); _stopReconnectTimer();
_channel?.sink.close(status.goingAway); _channel?.sink.close(status.normalClosure);
_channel = null; _channel = null;
_isConnected = false; _isConnected = false;