Replies: 6 comments 9 replies
-
What type are you binding |
Beta Was this translation helpful? Give feedback.
-
So even if i'm not returning this future but trying to await it? The same happens when using |
Beta Was this translation helpful? Give feedback.
-
I understand the problem with surf is due to surf using async-std while axum uses tokio. But i tried to replace surf with reqwest, which uses tokio (1.0) and i thought it might help. Since when the tokio future is Sync? |
Beta Was this translation helpful? Give feedback.
-
Maybe @seanmonstar can help me here? |
Beta Was this translation helpful? Give feedback.
-
Ok i'm using ureq which is not async now |
Beta Was this translation helpful? Give feedback.
-
I think i'm having the same problem again on this branch when trying to access S3: How can i see if a Future is Send or Not? I mean aws sdk used tokio as async runtime too, why is it not working? Should i implement channels for accessing S3 then? |
Beta Was this translation helpful? Give feedback.
-
I'm trying to run a HTTP request in a specific case, But it seems i cannot use await in an endpoint function.
the endpoint
Beta Was this translation helpful? Give feedback.
All reactions