When running an async generator with the OpenAI SDK, I get this error: (realtime example)
ERROR:asyncio:Task exception was never retrieved
future: <Task finished name='Task-57' coro=<<async_generator_athrow without name>()> exception=RuntimeError('aclose(): asynchronous generator is already running')>
RuntimeError: aclose(): asynchronous generator is already running