Uploading a stream with an async read(). #433
Unanswered
AlonSlonimsky
asked this question in
Q&A
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I was wondering if there is support to upload a stream that has an async read(), such as the one in asyncio.StreamReader.
For example:
Will not work as the eventual read() loop does not await the result.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions