MCPcopy Create free account
hub / github.com/feast-dev/feast / disconnect

Method disconnect

sdk/python/feast/feature_server.py:736–737  ·  view source on GitHub ↗
(self, websocket: WebSocket)

Source from the content-addressed store, hash-verified

734 self.active_connections.append(websocket)
735
736 def disconnect(self, websocket: WebSocket):
737 self.active_connections.remove(websocket)
738
739 async def send_message(self, message: str, websocket: WebSocket):
740 await websocket.send_text(message)

Callers 1

websocket_endpointFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected