Code
Hub
Workspaces
Connect your AI tool
Indexed graphs
Engine
MCP
copy
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
_acquireLock
Function · 0.70
_tryUpgrade
Function · 0.70
_onUpgradeSuccess
Function · 0.70
open
Method · 0.50
Calls
1
close
Method · 0.45
Tested by
no test coverage detected