From 31cf35346347e657b584ccedadf4b7b984493154 Mon Sep 17 00:00:00 2001 From: Jared Vititoe Date: Fri, 26 Jun 2026 18:16:22 -0400 Subject: [PATCH] docs(testing): note EC watchdog self-heal in A7 Co-Authored-By: Claude Opus 4.8 --- LOTUS_TESTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/LOTUS_TESTING.md b/LOTUS_TESTING.md index c5dc098d5..6e3ff0b25 100644 --- a/LOTUS_TESTING.md +++ b/LOTUS_TESTING.md @@ -118,6 +118,7 @@ This guards against a permanently-stuck "Loading…" call. - On a genuine failure/timeout (~25s), instead of an endless spinner you get a **visible error overlay with Retry / Leave** buttons. - **Retry** attempts to reload the call; **Leave** exits cleanly. - Normal joins must **not** trigger the error overlay (no false positives) — this is the important part to confirm. +- **Self-heal:** if the error overlay appears on a slow network but EC then finishes loading anyway, the overlay should **dismiss itself** and drop you into the live call (it no longer strands you on the error screen). Worth confirming on a deliberately throttled-but-not-blocked connection. ---