SseChannel.publish(msg: SseMessage): void
Publishes a message to every open member of this channel, skipping any
connection whose ISseConnection.isOpen is false.
msg: SseMessage
The message to broadcast
SseChannel.publish(msg: SseMessage): void
Publishes a message to every open member of this channel, skipping any
connection whose ISseConnection.isOpen is false.
msg: SseMessage
The message to broadcast
import { type SseChannel } from "common/src/index.ts";