Removed interval.

This commit is contained in:
retoor 2025-08-01 02:06:20 +02:00
parent 7c43d957bc
commit cf32a78ef5

View File

@ -636,7 +636,6 @@ class RPCView(BaseView):
async for msg in ws:
if msg.type == web.WSMsgType.TEXT:
try:
await asyncio.sleep(random.uniform(0.01,0.1))
await rpc(msg.json())
except Exception as ex:
print("Deleting socket", ex, flush=True)