MCPcopy
hub / github.com/socketio/socket.io / init

Function init

packages/socket.io-adapter/lib/cluster-adapter.ts:773–777  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

771 }
772
773 override init() {
774 this.publish({
775 type: MessageType.INITIAL_HEARTBEAT,
776 });
777 }
778
779 private scheduleHeartbeat() {
780 if (this.heartbeatTimer) {

Callers

nothing calls this directly

Calls 1

publishMethod · 0.45

Tested by

no test coverage detected