[GH-ISSUE #492] Token fetching should happen async #304

Open
opened 2026-02-28 14:32:02 +03:00 by kerem · 0 comments
Owner

Originally created by @jacksongoode on GitHub (Jul 5, 2024).
Original GitHub issue: https://github.com/jpochyla/psst/issues/492

Currently, when the application is opened and a token needs to be refetched, the window will not open until the token is retrieved. While this might make sense from a serialized loading perspective, it gives the impression that the entire application is stalling. We should load the token asynchronously and wait for it whilst the window loads simultaneously.

Originally created by @jacksongoode on GitHub (Jul 5, 2024). Original GitHub issue: https://github.com/jpochyla/psst/issues/492 Currently, when the application is opened and a token needs to be refetched, the window will not open until the token is retrieved. While this might make sense from a serialized loading perspective, it gives the impression that the entire application is stalling. We should load the token asynchronously and wait for it whilst the window loads simultaneously.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/psst#304
No description provided.