Futures are not Send
matthiasbeyer opened this issue · 3 comments
matthiasbeyer commented
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 commented
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 commented
Would be really nice if this could be fixed, because it makes implementing something useful with this library absolutely impossible! 😆
ferristseng commented
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