change sleep call back to 0.01
This commit is contained in:
parent
fcf13580f1
commit
a26b3a9ca8
@ -106,7 +106,7 @@ class WebSocketChannel:
|
|||||||
|
|
||||||
# Explicitly give control back to event loop as
|
# Explicitly give control back to event loop as
|
||||||
# websockets.send does not
|
# websockets.send does not
|
||||||
await asyncio.sleep(0)
|
await asyncio.sleep(0.01)
|
||||||
|
|
||||||
async def recv(self):
|
async def recv(self):
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user