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(🧵): thread safety in RNSkJsiViewApi.h #2481

Merged
merged 4 commits into from
Jun 14, 2024
Merged

fix(🧵): thread safety in RNSkJsiViewApi.h #2481

merged 4 commits into from
Jun 14, 2024

Conversation

wcandillon
Copy link
Contributor

@wcandillon wcandillon commented Jun 14, 2024

@hannojg reported an error indicating that a crash can sporadically happen in RNSkJsiViewApi.h.
The state of RNSkJsiViewApi is modified from both the UI and JS thread and by reviewing the code we found concurrency cases that could lead to crashes.

Partially solves #2396 (maybe completely)

@wcandillon wcandillon merged commit 76ee745 into main Jun 14, 2024
12 checks passed
Copy link
Contributor

🎉 This PR is included in version 1.3.5 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant