-
-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(fresh): wait for initial storage read before returning token #96
Conversation
…icated) before returning the token This fix allows initial token to be fetched asynchronously. See felangel#70 for a snippet describing the issue
@felangel can you take a look at this by any chance? I know it's not a macro but it also needs some love 😁 |
@felangel this bug definitely bug |
Hi @felangel |
@felangel |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM thanks for the fix!
This fix allows the initial token to be fetched asynchronously. See #70 for a snippet describing the issue