Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/socketio/socket.io
/ cb
Function
cb
packages/socket.io-client/test/connection.ts:557–559 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
555
const
socket = manager.socket(
"/asd"
);
556
let
reconnects = 0;
557
const
cb = () => {
558
reconnects++;
559
};
560
561
manager.on(
"reconnect_attempt"
, cb);
562
Callers
8
socket.ts
File · 0.70
index.ts
File · 0.50
worker.js
File · 0.50
createServer
Function · 0.50
cluster-adapter.ts
File · 0.50
messaging-many.ts
File · 0.50
socket.io.test-d.ts
File · 0.50
socket-timeout.ts
File · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected