From 390dc5ae1f2e5df5241983d4223d1b04cefa1dc4 Mon Sep 17 00:00:00 2001 From: Jonas Weinz Date: Sun, 24 Mar 2019 18:21:39 +0100 Subject: [PATCH] little fix --- websocket_connection.js | 1 + 1 file changed, 1 insertion(+) diff --git a/websocket_connection.js b/websocket_connection.js index 2223fdb..f035023 100644 --- a/websocket_connection.js +++ b/websocket_connection.js @@ -446,6 +446,7 @@ class WebsocketConnection { this.openmatches[key].remove_match(); } + this.openmatches = {}; this.status_label.innerHTML = "logged out"; this.closed_by_user = true; this.socket.close();