Skip to content

Development - #5

Merged
YacaloX merged 2 commits into
mainfrom
Development
Aug 7, 2026
Merged

Development#5
YacaloX merged 2 commits into
mainfrom
Development

Conversation

@YacaloX

@YacaloX YacaloX commented Aug 7, 2026

Copy link
Copy Markdown
Owner

Fixed that the add doesn't open :P

YacaloX and others added 2 commits August 6, 2026 21:08
AliasManager and SettingsManager called Save() inside Load() while
holding a write lock. Save() tries to acquire a read lock, which
throws LockRecursionException since ReaderWriterLockSlim defaults
to no recursion. This crashed AppServices static initialization
on first run (when config files do not exist yet).

Replaced Save() calls with direct _dirty/timer manipulation, matching
the pattern already used in HistoryTracker.Load().
@YacaloX
YacaloX merged commit 0be178d into main Aug 7, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant