Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/socketio/socket.io
/ _poll
Function
_poll
packages/engine.io-client/lib/transports/polling.ts:70–75 ·
view source on GitHub ↗
* Starts polling cycle. * * @private
()
Source
from the content-addressed store, hash-verified
68
* @private
69
*/
70
private _poll() {
71
debug(
"polling"
);
72
this._polling = true;
73
this.doPoll();
74
this.emitReserved(
"poll"
);
75
}
76
77
/**
78
* Overloads onData to detect payloads.
Callers
nothing calls this directly
Calls
2
debug
Function · 0.85
doPoll
Method · 0.45
Tested by
no test coverage detected