Files
hermes-webui/static
ai-ag2026 0c132ba103 Fix login connectivity retry cleanup: clearInterval not clearTimeout
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>
2026-07-09 03:41:42 +00:00
..
2026-07-09 03:21:44 +00:00
2026-07-05 21:57:42 +00:00