jpochyla/psst

Token fetching should happen async

Open

#492 aperta il 5 lug 2024

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)Rust (183 fork)batch import
good first issuehelp wanted

Metriche repository

Star
 (7282 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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.

Guida contributor