Browse Source
Async generators need to use asyncio.sleep() instead of time.sleep() to avoid blocking the event loop and prevent proper streaming. Fixes: #14680pull/14991/head
1 changed files with 6 additions and 0 deletions
Loading…
Reference in new issue