Skip to content

chore(authenticator): fix authenticator task being dropped #27

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

Conversation

Evalir
Copy link
Member

@Evalir Evalir commented Dec 9, 2024

The select! block was returning early because the spawn fn of the authenticator task was a future being awaited, instead of just returning the join handle.

Copy link
Member Author

Evalir commented Dec 9, 2024

This stack of pull requests is managed by Graphite. Learn more about stacking.

@Evalir Evalir force-pushed the evalir/chore-authenticator-hold-and-not-drop-futures-immediately branch from b37784e to 5c8fab5 Compare December 9, 2024 20:47
@Evalir Evalir changed the title chore(authenticator): hold and not drop futures immediately [WIP] chore(authenticator): fix authenticator task being dropped Dec 9, 2024
@Evalir Evalir changed the title [WIP] chore(authenticator): fix authenticator task being dropped chore(authenticator): fix authenticator task being dropped Dec 9, 2024
@anna-carroll anna-carroll merged commit 9e74869 into main Dec 9, 2024
6 checks passed
@anna-carroll anna-carroll deleted the evalir/chore-authenticator-hold-and-not-drop-futures-immediately branch December 9, 2024 21:09
@Evalir Evalir restored the evalir/chore-authenticator-hold-and-not-drop-futures-immediately branch December 9, 2024 21:09
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.

4 participants