MCPcopy Create free account
hub / github.com/Ridter/cf_workers_proxy / close

Function close

js/worker.js:141–143  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

139 handleTCPOutBound(remoteSocketWapper, addressRemote, portRemote, rawClientData, webSocket, vlessResponseHeader, log);
140 },
141 close() {
142 log(`readableWebSocketStream is close`);
143 },
144 abort(reason) {
145 log(`readableWebSocketStream is abort`, JSON.stringify(reason));
146 },

Callers

nothing calls this directly

Calls 1

logFunction · 0.85

Tested by

no test coverage detected