1
0
mirror of https://gitlab.com/comunic/comunicmobile synced 2025-06-19 00:05:16 +00:00

Fix issues with WebSocket

This commit is contained in:
2021-02-18 19:36:51 +01:00
parent e399f71a78
commit 459757b292
2 changed files with 4 additions and 1 deletions

View File

@ -67,6 +67,7 @@ class WebSocketHelper {
// Clear Futures queue
_requests.clear();
_ws = null;
EventsHelper.emit(WSClosedEvent());
},
);