Why with axum v0.7 the stream is no Sync
anymore?
#2540
Unanswered
frederikhors
asked this question in
Q&A
Replies: 1 comment 5 replies
-
Because You can probably change |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
Using axum v0.6 I was able to use the below code with the following function:
Now with axum v0.7 I'm using this:
and I'm getting this error:
Why?
axum version
0.7
Beta Was this translation helpful? Give feedback.
All reactions