MCPcopy Create free account
hub / github.com/alpha2phi/python-apps / broadcast

Method broadcast

cartoon-camera/backend/main.py:42–44  ·  view source on GitHub ↗
(self, message: str)

Source from the content-addressed store, hash-verified

40 await websocket.send_text(message)
41
42 async def broadcast(self, message: str):
43 for connection in self.active_connections:
44 await connection.send_text(message)
45
46
47conn_mgr = ConnectionManager()

Callers 1

process_cartoon_wsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected