Closed ozgrakkurt closed 2 years ago
Can you give me an example of where this happens and the error message so I can try to track down and fix?
there is no specific message just the future that calling Arweave::get_price_terms
produces doesn't implement Send so we can't tokio::spawn it.
This is because the Error type doesn't implement Send
Ok, I'll see if I can implement it - thanks.
Let me know if this works. Master has the update and 1.57 should be on crates.io in 15 minutes or so.
thank you it works!
this makes it very hard to use the Arweave since the errors it returns are !Send and that makes the Futures themselves !Send which makes running them in tokio not possible without LocalSet