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
fix: prevent infinite loop when sign-off validation rejects finish
When Coordinator repeatedly says finish=true but sign-off validation
fails, the selection_func routed back to Coordinator creating a 100-round
loop. Fix: track consecutive finish rejections and force-terminate after
5 attempts. Also reset counter when Coordinator routes to a participant.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments