MCPcopy Create free account
hub / github.com/Ptechgithub/configs / close

Function close

worker.js:241–243  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

239 handleTCPOutBound(remoteSocketWapper, addressRemote, portRemote, rawClientData, webSocket, vlessResponseHeader, log);
240 },
241 close() {
242 log(`readableWebSocketStream is close`);
243 },
244 abort(reason) {
245 log(`readableWebSocketStream is abort`, JSON.stringify(reason));
246 },

Callers

nothing calls this directly

Calls 1

logFunction · 0.85

Tested by

no test coverage detected