ferristseng / rust-ipfs-api

IPFS HTTP client in Rust
Apache License 2.0
247 stars 68 forks source link

Futures are not Send #90

Closed matthiasbeyer closed 2 years ago

matthiasbeyer commented 2 years ago

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 2 years ago

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 2 years ago

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

ferristseng commented 2 years ago

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