Only call app entry on websocket reconnect (#7065)

* Only call app entry on websocket reconnect

* Handle notification on its own entry and run app entry on websocket initialization

* Fix notification entry issues

* Fix login entry and add retry on entry failure

* feedback review

* Put back handleEntryAfterLoadNavigation before the batching

---------

Co-authored-by: Elias Nahum <nahumhbl@gmail.com>
This commit is contained in:
Daniel Espino García
2023-02-23 10:11:34 +01:00
committed by GitHub
parent 98f25046af
commit 9f84ab79ce
29 changed files with 269 additions and 500 deletions

View File

@@ -15,7 +15,5 @@ interface Session {
interface LoginActionResponse {
error?: ClientErrorProps | Error | string;
hasTeams?: boolean;
failed: boolean;
time?: number;
}