mirror of
https://github.com/nesquena/hermes-webui.git
synced 2026-07-15 12:10:19 +00:00
0c132ba103
The connectivity probe schedules retries with setInterval(probe, 3000) but tore the timer down with clearTimeout(retryTimer). Browsers share a single numeric handle space between the timer families, so clearing an interval handle via clearTimeout only worked by coincidence and is semantically wrong. Match the teardown to how the timer was created. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>