| 80 | * 3. Receive SDKMessage stream from the session |
| 81 | */ |
| 82 | export class SessionsWebSocket { |
| 83 | private ws: WebSocketLike | null = null |
| 84 | private state: WebSocketState = 'closed' |
| 85 | private reconnectAttempts = 0 |
nothing calls this directly
no outgoing calls
no test coverage detected