You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 3, 2026. It is now read-only.
Problem
Forced finalize could stall if the engine never emits
segment_endorendpoint_reset, leaving callbacks registered indefinitely.Impact
Expected
Finalize should complete (or fail fast) and ensure callbacks are cleaned up even if the engine fails to emit updates.
Notes
Repro would require a forced finalize path where the engine does not emit
segment_endorendpoint_reset.