Continuing development

This commit is contained in:
morpheus65535 2018-12-16 23:35:48 -05:00
parent e12b09bca9
commit 046f4e652b
1 changed files with 1 additions and 2 deletions

View File

@ -1753,8 +1753,7 @@ def handle_websocket():
while True:
try:
if len(queueconfig.q4ws) > 0:
wsock.send(queueconfig.q4ws[0])
queueconfig.q4ws.popleft()
wsock.send(queueconfig.q4ws.popleft())
gevent.sleep(0)
except WebSocketError:
break