Skip to content
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: Links' onLogin should be awaited #1582

Merged
merged 3 commits into from
Jan 29, 2025
Merged

fix: Links' onLogin should be awaited #1582

merged 3 commits into from
Jan 29, 2025

Conversation

paultranvan
Copy link
Contributor

The onLogin for a link is async, so it should be awaited to ensure
that everything is initialized before we actually use the link

@paultranvan paultranvan requested a review from Merkur39 as a code owner January 29, 2025 09:01
This was adding an I/O for nothing, as we do nothing with the adapter
name anymore.
The `onLogin` for a link is async, so it should be awaited to ensure
that everything is initialized before we actually use the link
@paultranvan paultranvan merged commit b871278 into master Jan 29, 2025
3 checks passed
@paultranvan paultranvan deleted the fix/links branch January 29, 2025 09:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants