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

block_in_place in BitcoindClient is insufficient #135

Open
TheBlueMatt opened this issue Oct 2, 2024 · 1 comment
Open

block_in_place in BitcoindClient is insufficient #135

TheBlueMatt opened this issue Oct 2, 2024 · 1 comment

Comments

@TheBlueMatt
Copy link
Contributor

Because of tokio-rs/tokio#4730 we need to spawn to a different runtime or any locks held can block the original runtime's poll'er.

@tnull
Copy link
Contributor

tnull commented Oct 3, 2024

I believe we discussed this before in #117 (comment)

(mainly mentioning this to provide more context)

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

No branches or pull requests

2 participants