mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Merge branch 'UI2' of https://github.com/ebolam/KoboldAI into UI2
This commit is contained in:
@@ -7247,8 +7247,8 @@ def socket_io_relay(queue, socketio):
|
||||
if not queue.empty():
|
||||
print("got relay message")
|
||||
data = queue.get()
|
||||
#socketio.emit(data[0], data[1], **data[2])
|
||||
socketio.emit(data[0], data[1], broadcast=True, room="UI_2")
|
||||
socketio.emit(data[0], data[1], **data[2])
|
||||
#socketio.emit(data[0], data[1], broadcast=True, room="UI_2")
|
||||
print("sent")
|
||||
time.sleep(0)
|
||||
|
||||
|
Reference in New Issue
Block a user