What's wrong with this entry?
A complete replacement for the WebSocket-based SessionsWebSocket client, using Server-Sent Events (SSE) over HTTP.
Infrastructure added. The new SessionsV2Client coexists with the old WebSocket client.
- Uses
/events/streamSSE endpoint for receiving events (replacing WebSocket) - Uses
POST /eventsfor sending events (replacing WebSocket send) - Includes reconnection budget tracking with backoff
- Supports
from_sequence_numfor event replay on reconnect - Liveness timeout detection with automatic reconnection
- Force reconnect capability
- Full control request/response protocol over HTTP
New client class (search for "SessionsV2Client") with log prefixes like "[SessionsV2Client] Connecting to", "[SessionsV2Client] Connected", etc.
Strings lifted out of the shipped bundle, so the claim above can be checked against them.