Async generators are implemented incorrectly #704
Labels
status: waiting for feedback
waiting for feedback from the submitter
type: question
question directed at the library
Issue Summary
Testing the new async client, but async generators don't seem to be working correctly.
There are a bunch of areas in the code base that
await stream_async
and some don't await thestream_async
.Steps to Reproduce
Just run the below code; it's a simple API call
Code Snippet
The problem is:
Exception/Log
Or if you use
async for
without awaitTechnical details:
The text was updated successfully, but these errors were encountered: