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

Method cleanup

packages/engine.io/lib/transports-uws/polling.ts:91–93  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

89 };
90
91 const cleanup = () => {
92 this.req = this.res = null;
93 };
94
95 req.cleanup = cleanup;
96 res.onAborted(onClose);

Callers 1

writeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected