hotfix tests

This commit is contained in:
Salvatore Giordano
2021-04-14 14:01:34 +02:00
parent 88f9bcc80c
commit 1bff129deb
2 changed files with 13 additions and 6 deletions
@@ -316,6 +316,6 @@ class WebSocket {
_manuallyDisconnected = true;
_connectionStatus = ConnectionStatus.disconnected;
await _connectionStatusController.close();
return _channel.sink.close();
await _channel.sink.close();
}
}