method SseChannel.remove
SseChannel.remove(conn: ISseConnection): void

Removes a connection from this channel's membership.

Parameters

The connection to remove

Return Type

void

Usage

import { type SseChannel } from "common/src/index.ts";