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 async handlers not run #190

Merged
merged 4 commits into from
Dec 5, 2023
Merged

Fix async handlers not run #190

merged 4 commits into from
Dec 5, 2023

Conversation

Totodore
Copy link
Owner

@Totodore Totodore commented Dec 5, 2023

Async message handlers were not run because the returned future was never spawned.

Close :

@Totodore Totodore added the C-Bug Something isn't working label Dec 5, 2023
@Totodore Totodore self-assigned this Dec 5, 2023
@Totodore Totodore linked an issue Dec 5, 2023 that may be closed by this pull request
@Totodore Totodore merged commit caa418d into main Dec 5, 2023
14 checks passed
@Totodore Totodore deleted the fix-async-handlers branch December 5, 2023 21:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-Bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

async socket handlers are not run
1 participant