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

Sweep Fixes #117

Merged
merged 2 commits into from
Aug 30, 2023
Merged

Sweep Fixes #117

merged 2 commits into from
Aug 30, 2023

Conversation

TheBlueMatt
Copy link
Contributor

Two minor fixes, one that applies, and one that may not actually impact the normal sample, but is a bug which caused some other code I have to fail.

src/cli.rs Outdated Show resolved Hide resolved
When we moved the CLI input reading into a `tokio::select`, we
ended up blocking the tokio reactor by reading from stdin in a
standard tokio future. Instead, we need to let tokio know that
we're running a largely-blocking task.
src/cli.rs Show resolved Hide resolved
@tnull tnull merged commit 9c5ced0 into lightningdevkit:main Aug 30, 2023
4 checks passed
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