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: minimize TOCTOU window — reset_session before rename on failure path
Address 擺渡 F1: on ws failure, call reset_session immediately to
kill the session before doing rename_thread I/O. This shrinks the
race window where a concurrent message could hit the doomed session.
Title is still applied on both success and failure paths (per 主人's
requirement), but failure path now does reset first.
0 commit comments