mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-03 12:54:29 +00:00
Review feedback on #2473: HF_DE_PARALLEL_STALL_MS had no backwards-compat shim after the rename to HF_DE_STALL_MS, and a parent abort during a wedged sequential capture would surface as "stalled" instead of "aborted" in downstream logs/telemetry (functionally harmless since isCancellation is gated on abortSignal.aborted, not message text, but misleading to read).