change sleep call back to 0.01

This commit is contained in:
Timothy Pogue 2022-11-26 09:40:22 -07:00
parent fcf13580f1
commit a26b3a9ca8

View File

@ -106,7 +106,7 @@ class WebSocketChannel:
# Explicitly give control back to event loop as
# websockets.send does not
await asyncio.sleep(0)
await asyncio.sleep(0.01)
async def recv(self):
"""