()
| 283 | } |
| 284 | |
| 285 | function manualReconnect(): void { |
| 286 | if (reconnectTimer) clearTimeout(reconnectTimer) |
| 287 | reconnectDelay = RECONNECT_BASE_MS |
| 288 | ws?.close() |
| 289 | ws = null |
| 290 | term.clear() |
| 291 | connect() |
| 292 | } |
| 293 | |
| 294 | // ── Ping / latency ─────────────────────────────────────────────────────────── |
| 295 |
no test coverage detected