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

Futures are not Send #90

Closed
matthiasbeyer opened this issue Nov 28, 2021 · 3 comments
Closed

Futures are not Send #90

matthiasbeyer opened this issue Nov 28, 2021 · 3 comments

Comments

@matthiasbeyer
Copy link

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?

@ferristseng
Copy link
Owner

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

@matthiasbeyer
Copy link
Author

matthiasbeyer commented Dec 2, 2021

Would be really nice if this could be fixed, because it makes implementing something useful with this library absolutely impossible! 😆

@ferristseng
Copy link
Owner

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants