Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Hanson/claude-client
/ stopWebSocket
Method
stopWebSocket
src/feishu/handler.ts:318–324 ·
view source on GitHub ↗
* 停止 WebSocket 客户端
()
Source
from the content-addressed store, hash-verified
316
* 停止 WebSocket 客户端
317
*/
318
stopWebSocket(): void {
319
if
(this.wsClient) {
320
// WSClient 没有 stop 方法,直接置空
321
this.wsClient = null;
322
logger.info(
'WebSocket client stopped'
);
323
}
324
}
325
}
326
327
/**
Callers
1
stop
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected