Updates server logic
All checks were successful
Build and Push Multi-Platform Docker Image / build-and-push (push) Successful in 16s
All checks were successful
Build and Push Multi-Platform Docker Image / build-and-push (push) Successful in 16s
This commit is contained in:
@@ -95,7 +95,7 @@ async def broadcast_labels_periodically():
|
|||||||
ws.send(payload) for ws in CLIENTS.values()
|
ws.send(payload) for ws in CLIENTS.values()
|
||||||
), return_exceptions=True)
|
), return_exceptions=True)
|
||||||
logging.debug("Broadcasted labels to %d clients", len(CLIENTS))
|
logging.debug("Broadcasted labels to %d clients", len(CLIENTS))
|
||||||
logging.info("Broadcasted labels to %d clients", len(CLIENTS))
|
logging.info(f"Broadcasted labels >>>>>> {payload}")
|
||||||
|
|
||||||
await asyncio.sleep(1)
|
await asyncio.sleep(1)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user