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

Document requirements for the task executor #367

Closed
dvdplm opened this issue Dec 13, 2021 · 1 comment
Closed

Document requirements for the task executor #367

dvdplm opened this issue Dec 13, 2021 · 1 comment

Comments

@dvdplm
Copy link
Contributor

dvdplm commented Dec 13, 2021

jsonrpsee uses tokio, so users of async-std need to enable the compatibility feature tokio1, e.g. async-std = { version = "1.x.y", features = ["attributes", "tokio1"] }.

See #364 (comment)

Make sure this is documented in subxt.

@jsdw
Copy link
Collaborator

jsdw commented Apr 6, 2023

A good thing for the guide; will consider in #898 :)

@jsdw jsdw closed this as completed Apr 6, 2023
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