MCPcopy Create free account
hub / github.com/dbunt1tled/python-fast-api / remove_connection

Method remove_connection

src/app/ws/service/ws_handler.py:12–13  ·  view source on GitHub ↗
(self, user_id: str, websocket: WebSocket)

Source from the content-addressed store, hash-verified

10 raise NotImplementedError
11
12 async def remove_connection(self, user_id: str, websocket: WebSocket) -> None:
13 raise NotImplementedError
14
15 async def process_message(self, user_id: str, message: dict[str, Any], websocket: WebSocket) -> None:
16 raise NotImplementedError

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected