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

Ensure in process events are cleaned up after they are applied #7717

Merged
merged 1 commit into from
Feb 13, 2025

Conversation

philippjfr
Copy link
Member

Components internally keep track of changes that arrived from the frontend to avoid the event boomeranging. These should be cleaned up after events triggered from that change have been processed to ensure that the same change can subsequently be applied. In some scenarios that was not happening meaning that if a later event applied the same change it might get dropped.

Copy link

codecov bot commented Feb 13, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.06%. Comparing base (b17ddfd) to head (e8c94e6).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7717      +/-   ##
==========================================
- Coverage   87.07%   87.06%   -0.01%     
==========================================
  Files         346      346              
  Lines       52671    52674       +3     
==========================================
  Hits        45863    45863              
- Misses       6808     6811       +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@philippjfr philippjfr merged commit 57b6165 into main Feb 13, 2025
16 of 17 checks passed
@philippjfr philippjfr deleted the in_process_event_handling branch February 13, 2025 19:26
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