We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c56d6b4 commit aa881b3Copy full SHA for aa881b3
matching-service/app/routers/match.py
@@ -39,4 +39,4 @@ async def subscribe(
39
while True:
40
await websocket.receive_text()
41
except WebSocketDisconnect:
42
- await manager.disconnect(user_id, topic, difficulty, websocket)
+ await remove_user_from_queue(user_id, topic, difficulty)
0 commit comments