A running SSE client returned by createSseClient.
readonly
state: SseClientState
Current lifecycle state.
close(): void
Stops the active stream and disables every future reconnect attempt.
A running SSE client returned by createSseClient.
state: SseClientState
Current lifecycle state.
close(): void
Stops the active stream and disables every future reconnect attempt.
import { type ISseClient } from "sdk/src/index.ts";