MCPcopy Index your code
hub / github.com/Ptechgithub/pp-worker / close

Function close

_worker.js:244–246  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

logFunction · 0.85

Tested by

no test coverage detected