MCPcopy
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

debugFunction · 0.85
doPollMethod · 0.45

Tested by

no test coverage detected