ferristseng/rust-ipfs-api

Futures are not Send

matthiasbeyer opened this issue · 3 comments

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?

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