You'll notice
Useful3 Signal0
Live artifact updates now ping every 25 seconds so long sessions stop getting dropped.
What's wrong with this entry?
Anonymous. No account, no email.
What
Long-lived artifact subscriptions should stop being dropped by idle timeouts.
Details
- the live-subscribe websocket is opened with a keepalive config sending a "ping" frame every 25s (iV_ = 25000)
- "ping" and "hb" are treated as open frames
- the kill path now also aborts the subscription controller when the user stops the task
Evidence
openFrames: ["ping", "hb"]
Strings lifted out of the shipped bundle, so the claim above can be checked against them.