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

Fixes a race condition in auto tranformer #541

Merged
merged 1 commit into from
Nov 29, 2024

Conversation

mkeckmkeck
Copy link
Contributor

@mkeckmkeck mkeckmkeck commented Nov 28, 2024

Description

We must properly wire the object before attaching it or else race conditions might occur where the wiring has not happened yet

Additional Notes

  • This PR fixes or works on following ticket(s): SE-13624
  • This PR is related to PR:

Checklist

  • Code change has been tested and works locally
  • Code was formatted via IntelliJ and follows SonarLint & best practices
  • Patch Tasks: Is local execution of Patch Tasks necessary? If so, please also mark the PR with the tag.

- or else race conditions might occur where the wiring has not happened yet

Fixes: SE-13624
@mkeckmkeck mkeckmkeck added the 🐛 Bugfix Contains only a small fix for an existing bug label Nov 28, 2024
@mko-sci mko-sci added the 👶🏻 Trivial Easy to review label Nov 28, 2024
@mkeckmkeck mkeckmkeck merged commit c94c3c2 into develop Nov 29, 2024
4 of 5 checks passed
@mkeckmkeck mkeckmkeck deleted the bugfix/SE-13624_transforms_race_condition branch November 29, 2024 06:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 Bugfix Contains only a small fix for an existing bug 👶🏻 Trivial Easy to review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants