wip
This commit is contained in:
parent
1a0bf1adb9
commit
c3db85a209
21 changed files with 647 additions and 658 deletions
|
|
@ -69,4 +69,4 @@ async def websocket_endpoint(websocket: WebSocket):
|
|||
|
||||
except WebSocketDisconnect:
|
||||
manager.disconnect(websocket, id)
|
||||
await manager.broadcast(f"Client #{client_id} left the chat", id)
|
||||
await manager.broadcast(f"Client #{id} left the chat", id)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue