Unbuffered.

This commit is contained in:
retoor 2025-01-31 12:31:22 +01:00
parent 4de93489ef
commit 1c53a90e00

View File

@ -27,8 +27,8 @@ class SocketService(BaseService):
try:
await ws.send_json(message)
except Exception as ex:
print(ex)
print("Deleting socket.")
print(ex,flush=True)
print("Deleting socket.",flush=True)
self.subscriptions[channel_uid].remove(ws)
continue
count += 1