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 "freed while in use" #2006

Merged
merged 3 commits into from
Jul 23, 2024
Merged

Fix "freed while in use" #2006

merged 3 commits into from
Jul 23, 2024

Conversation

ureeves
Copy link
Member

@ureeves ureeves commented Jul 23, 2024

The tokio::select! macro seems to have broken its syntax, even if not reflected in the tokio version. This PR fixes our syntax to comply with tokio.

We also ensure only one version of tokio is included at a time, avoiding longer compilation times.

Eduardo Leegwater Simões added 3 commits July 23, 2024 21:12
The `tokio::select!` macro seems to have changed in such a way as to not
work well with the syntax we used, and in the process breaking their
crate even if the version doesn't indicate it under semver rules.

This commit addresses this by changing the syntax to something the macro
understands.
@ureeves ureeves requested review from HDauven and moCello July 23, 2024 19:17
@ureeves ureeves merged commit 8e4f1ff into master Jul 23, 2024
8 checks passed
@ureeves ureeves deleted the fix-freed-while-in-use branch July 23, 2024 19:34
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