From 8bf2c3b332dc5543f66e56d2d2276b8bd7f8b8b7 Mon Sep 17 00:00:00 2001 From: srgooglo Date: Mon, 10 Oct 2022 14:55:57 +0200 Subject: [PATCH] remove initialization on ws reconnection --- packages/app/src/App.jsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/packages/app/src/App.jsx b/packages/app/src/App.jsx index 7f32ee32..50d51012 100644 --- a/packages/app/src/App.jsx +++ b/packages/app/src/App.jsx @@ -194,8 +194,6 @@ class App extends React.Component { this.wsReconnectingTry = 0 this.wsReconnecting = false - this.initialization() - setTimeout(() => { Toast.show({ icon: "success", @@ -206,7 +204,6 @@ class App extends React.Component { }, "api.ws.main.connect_error": () => { if (!this.wsReconnecting) { - this.latencyWarning = null this.wsReconnectingTry = 0 this.wsReconnecting = true