* Disconnect from the remote session
()
| 307 | * Disconnect from the remote session |
| 308 | */ |
| 309 | disconnect(): void { |
| 310 | logForDebugging('[RemoteSessionManager] Disconnecting') |
| 311 | this.websocket?.close() |
| 312 | this.websocket = null |
| 313 | this.pendingPermissionRequests.clear() |
| 314 | } |
| 315 | |
| 316 | /** |
| 317 | * Force reconnect the WebSocket. |
no test coverage detected