mirror of
https://github.com/router-for-me/CLIProxyAPI.git
synced 2026-09-28 03:40:32 +08:00
- Track monotonic watcher revisions across persisted auth updates to filter out out-of-order events. - Validate registration epochs before applying auth updates and deletions to prevent stale state overwrites. - Synchronize auth status patches through post-persist hooks using detached background contexts. - Guard auth status modifications with a dedicated handler mutex. Closes: #5729