StreamController(
self,
*,
transport: AsyncProtocolTransport,
run_start_gate: Callable[[], Awaitable[None| Name | Type | Description |
|---|---|---|
transport* | AsyncProtocolTransport | the |
run_start_gate | Callable[[], Awaitable[None]] | None | Default: Nonezero-argument async callable that resolves once the
current |
max_queue_size | int | Default: 1024 |
seen_event_ids_max | int | Default: 10000 |
Advance the reconnect cursor from a command response meta sequence.
Manages subscriptions and fan-out against one shared SSE connection.
Responsibilities:
_SeenEventIdsper-subscription queue bound (default 1024).
LRU cap for the dedup set (default 10_000).