(
private readonly config: RemoteSessionConfig,
private readonly callbacks: RemoteSessionCallbacks,
)
| 98 | new Map() |
| 99 | |
| 100 | constructor( |
| 101 | private readonly config: RemoteSessionConfig, |
| 102 | private readonly callbacks: RemoteSessionCallbacks, |
| 103 | ) {} |
| 104 | |
| 105 | /** |
| 106 | * Connect to the remote session via WebSocket |
nothing calls this directly
no outgoing calls
no test coverage detected