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

Prevent http_open/3 from hanging #2835

Conversation

thierrymarianne
Copy link

@thierrymarianne thierrymarianne commented Feb 25, 2025

Hello 👋🏼,

Replacing futures::executor::block_on with tokio::block_in_place may help in closing #2834:

CI workflows appears to be ok in this fork.

Please, let me know how a better fix could be applied
(for the time being or in the long run).

@thierrymarianne thierrymarianne changed the title Replace futures::executor::block_on with tokio::block_in_place Prevent http_open/3 from hanging Feb 26, 2025
@aarroyoc
Copy link
Contributor

Looks good for now. In the future I would like to extract this kind of code from the core so it becomes more manageable.

@mthom mthom merged commit a0e3283 into mthom:master Feb 28, 2025
13 checks passed
@thierrymarianne
Copy link
Author

Thank you!

@thierrymarianne thierrymarianne deleted the fix-http_open-hanging-on-top-of-main-branch branch March 3, 2025 13:19
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