-
Notifications
You must be signed in to change notification settings - Fork 70
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
Futures are not Send #90
Comments
I think this is due to a limitation with Actix. Not sure how to resolve it and make it so there's still a shared interface |
Would be really nice if this could be fixed, because it makes implementing something useful with this library absolutely impossible! 😆 |
You're welcome to put a PR for it. I am not getting paid to maintain or develop this library and do it in my freetime |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is a real problem when trying to do something with the API of this crate.
Can we work towards a
Send
interface? What needs to be done?The text was updated successfully, but these errors were encountered: