docs: update docs for TCP probe refactor and frontend reconnection listeners
Replace stale attempt_ws_connect() references with attempt_tcp_probe() across all docs. Add progress entry for reconnection hardening session. Update CHANGELOG with new entries and probe refactor change.
This commit is contained in:
parent
71100da125
commit
4c06b5f121
6 changed files with 24 additions and 7 deletions
|
|
@ -282,7 +282,7 @@ Architecture designed in [multi-machine.md](multi-machine.md). Implementation ex
|
|||
- [x] Heartbeat ping every 15s
|
||||
- [x] PTY creation event: emits remote-pty-created Tauri event with machineId, ptyId, commandId
|
||||
- [x] Exponential backoff reconnection on disconnect (1s/2s/4s/8s/16s/30s cap)
|
||||
- [x] attempt_ws_connect() probe function (5s timeout, auth header, immediate close)
|
||||
- [x] attempt_tcp_probe() function: TCP-only probe (5s timeout, default port 9750) — avoids allocating per-connection resources on relay during probes
|
||||
- [x] Reconnection events: remote-machine-reconnecting, remote-machine-reconnect-ready
|
||||
|
||||
### Phase D: Frontend integration [status: complete]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue