Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/socketio/socket.io
/ no-unref.ts
File
no-unref.ts
packages/socket.io-client/test/fixtures/no-unref.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: false,
4
});
Callers
nothing calls this directly
Calls
1
io
Function · 0.85
Tested by
no test coverage detected