Refactoring - Version stable
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user