Files
windmill/frontend
hugocasaandClaude Fable 5 07b033f458 fix(ai-sessions): stop a disposed runtime's catch-up from writing back
The catch-up probes asked only whether a newer turn-end had superseded
this one, never whether the runtime it captured still exists. A session
deleted in another tab mid-read disposed the runtime under the task,
and the resuming catch-up re-armed the orphaned manager's job poller
(a self-rescheduling chain nothing could reach to stop) and re-took the
store handle disposal had just closed. The same identity check
initRuntime already makes now sits beside each supersession probe.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_019N8x51GqABUEFvg52V6aYo
2026-09-01 09:14:57 +02:00
..

Windmill frontend

The Windmill frontend written in Svelte 5 + Tailwind CSS

The frontend is under AGPL, see the LICENSE file at the root of this repo