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