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 race with sub-fores #232

Merged
merged 1 commit into from
Oct 19, 2023
Merged

Fix race with sub-fores #232

merged 1 commit into from
Oct 19, 2023

Conversation

DrRataplan
Copy link
Collaborator

Sometimes 'updateWidgetValue' could cause a dirty read, if it is done too early. This makes sure we have no dirty reads

Sometimes 'updateWidgetValue' could cause a dirty read, if it is done too early. This makes sure we
have no dirty reads
@DrRataplan DrRataplan requested a review from JoernT October 17, 2023 14:40
@JoernT JoernT merged commit 02f2472 into dev Oct 19, 2023
2 checks passed
Copy link
Contributor

@JoernT JoernT left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thats exactly the late evaluation i talked about ;)

@DrRataplan DrRataplan deleted the feature/fix-race branch October 19, 2023 14:36
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.

2 participants