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: correct IsBusy aggregation, dispatcher marshaling, and event leaks
- Extract UpdateIsBusy() to check all 6 busy flags consistently and add
missing SrsReconstructor.IsRebuilding monitoring
- Wrap CreatorViewModel and SrsCreatorViewModel OnProgress handlers in
Dispatcher.BeginInvoke to prevent cross-thread ObservableCollection access
- Replace anonymous PropertyChanged lambda with named handler in
SampleRestorerViewModel so old entries can be unsubscribed on reload
- Remove unused CancellationToken parameter from IBruteForceService.RunAsync
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments