SyncStreamController(
self,
transport: SyncProtocolTransport,
*,
run_start_gate: threading.Event | None = None,
| Name | Type |
|---|---|
| transport | SyncProtocolTransport |
| run_start_gate | threading.Event | None |
| run_start_timeout | float |
| max_reconnect_attempts | int |
| reconnect_backoff_base | float |
| reconnect_backoff_cap | float |
Advance the reconnect cursor from a command response meta sequence.
Owns the sync shared SSE handle, subscription registry, and fan-out thread.