Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/socketio/socket.io
/ unref-during-reconnection.ts
File
unref-during-reconnection.ts
packages/socket.io-client/test/fixtures/unref-during-reconnection.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
const
{ io } = require(
"../.."
);
2
const
socket = io(
"http://localhost:3211"
, {
3
autoUnref: true,
4
});
Callers
nothing calls this directly
Calls
2
io
Function · 0.85
on
Method · 0.45
Tested by
no test coverage detected