We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
transports
Remove the + Send from the Transport Service dyn futures, and the Conn::Future: Send bound from impls when #[cfg(target_arch = "wasm32")]
+ Send
Conn::Future: Send
#[cfg(target_arch = "wasm32")]
Turn WASM CI back on
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Component
transports
Describe the feature you would like
Remove the
+ Send
from the Transport Service dyn futures, and theConn::Future: Send
bound from impls when#[cfg(target_arch = "wasm32")]
Additional context
Turn WASM CI back on
The text was updated successfully, but these errors were encountered: