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(rpc-client): use wasm-compatible sleep #1437

Merged
merged 1 commit into from
Oct 7, 2024

Conversation

b-zee
Copy link
Contributor

@b-zee b-zee commented Oct 7, 2024

A follow up to PR #1426. A Tokio sleep is called, leading to a
runtime error on WASM targets.

@DaniPopes, upon trying to use the main with the last PR in, I got another error which is fixed in this PR.

A follow up to PR alloy-rs#1426. A Tokio `sleep` is called, leading to a
runtime error on WASM targets.
@DaniPopes DaniPopes merged commit 8608958 into alloy-rs:main Oct 7, 2024
25 of 26 checks passed
@b-zee b-zee deleted the fix-rpc-client-sleep-call branch October 7, 2024 13:01
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