From b6507340754d2e5e73a6a36b984c7c8239fded6b Mon Sep 17 00:00:00 2001 From: dahoud <41957584+DahoudG@users.noreply.github.com> Date: Sat, 28 Mar 2026 15:33:44 +0000 Subject: [PATCH] Refactoring - Version stable --- lib/core/websocket/websocket_service.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/core/websocket/websocket_service.dart b/lib/core/websocket/websocket_service.dart index 53ca443..432c19a 100644 --- a/lib/core/websocket/websocket_service.dart +++ b/lib/core/websocket/websocket_service.dart @@ -214,7 +214,7 @@ class WebSocketService { _stopHeartbeat(); _stopReconnectTimer(); - _channel?.sink.close(status.goingAway); + _channel?.sink.close(status.normalClosure); _channel = null; _isConnected = false;