Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix EF core DB concurrency #174

Merged
merged 2 commits into from
Dec 26, 2022
Merged

Fix EF core DB concurrency #174

merged 2 commits into from
Dec 26, 2022

Conversation

VPKSoft
Copy link
Owner

@VPKSoft VPKSoft commented Dec 26, 2022

Fixes EF core DB concurrency errors by keeping the change tracker cleared. The concurrency errors occur due the application being multi-threaded but multiple database contexts would be an overkill for fix in a desktop application,

@VPKSoft VPKSoft self-assigned this Dec 26, 2022
@VPKSoft VPKSoft added the bug Something isn't working label Dec 26, 2022
@VPKSoft VPKSoft added this to the Version 1.0.4 milestone Dec 26, 2022
@VPKSoft VPKSoft linked an issue Dec 26, 2022 that may be closed by this pull request
@VPKSoft VPKSoft changed the title Fix E core DB concurrency Fix EF core DB concurrency Dec 26, 2022
@VPKSoft VPKSoft merged commit 4f0ad85 into master Dec 26, 2022
@VPKSoft VPKSoft deleted the fix_efCoreDbConcurrency branch December 26, 2022 12:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Some DB concurrency error fixes
1 participant