hotfix tests
This commit is contained in:
@@ -316,6 +316,6 @@ class WebSocket {
|
||||
_manuallyDisconnected = true;
|
||||
_connectionStatus = ConnectionStatus.disconnected;
|
||||
await _connectionStatusController.close();
|
||||
return _channel.sink.close();
|
||||
await _channel.sink.close();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user