method MemoryBackplane.prototype.publish
MemoryBackplane.prototype.publish(frame: RealtimeFrame): Promise<void>

Publishes a frame to every other subscribed instance.

The frame is not delivered back to this instance's own handlers — a local broadcast has already reached local members directly, and redelivering it would double-send.

Parameters

The frame to publish

Return Type

Promise<void>

Usage

import { MemoryBackplane } from "realtime-backplane-plugin/src/index.ts";