MCPcopy
hub / github.com/socketio/socket.io / doClose

Method doClose

packages/engine.io/lib/transports/webtransport.ts:68–72  ·  view source on GitHub ↗
(fn)

Source from the content-addressed store, hash-verified

66 }
67
68 doClose(fn) {
69 debug("closing WebTransport session");
70 this.session.close();
71 fn && fn();
72 }
73}

Callers

nothing calls this directly

Calls 3

debugFunction · 0.85
fnFunction · 0.85
closeMethod · 0.45

Tested by

no test coverage detected