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

Function onError

packages/socket.io-cluster-engine/lib/engine.ts:613–615  ·  packages/socket.io-cluster-engine/lib/engine.ts::onError
()

Source from the content-addressed store, hash-verified

611 };
612
613 const onError = () => {
614 transport.close();
615 };
616
617 const timer = setTimeout(() => {
618 this._requests.delete(requestId);

Callers 4

_acquireLockFunction · 0.70
_tryUpgradeFunction · 0.70
_onUpgradeSuccessFunction · 0.70
openMethod · 0.50

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected