MCPcopy Create free account
hub / github.com/OpenBMB/ChatDev / _handle_ping

Method _handle_ping

server/services/message_handler.py:73–74  ·  view source on GitHub ↗
(self, session_id: str, websocket_manager)

Source from the content-addressed store, hash-verified

71 )
72
73 async def _handle_ping(self, session_id: str, websocket_manager):
74 await websocket_manager.handle_heartbeat(session_id)
75
76 async def _handle_get_status(self, session_id: str, websocket_manager):
77 session_info = self.session_store.get_session_info(session_id)

Callers 1

handle_messageMethod · 0.95

Calls 1

handle_heartbeatMethod · 0.80

Tested by

no test coverage detected