diff --git a/packages/app/src/App.jsx b/packages/app/src/App.jsx index 1696c893..9ade66ce 100755 --- a/packages/app/src/App.jsx +++ b/packages/app/src/App.jsx @@ -40,13 +40,11 @@ class ComtyApp extends React.Component { await this.auth.flush() await this.initialization() - app.cores.api.reconnectWebsockets() app.navigation.goMain() }, onLogout: async () => { await this.auth.flush() - app.cores.api.disconnectWebsockets() app.navigation.goAuth() }, onInvalidSession: async (error) => {