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 Unity racing conditions #28

Merged

Conversation

AntonPetrov83
Copy link

@AntonPetrov83 AntonPetrov83 commented Jan 20, 2024

This fix mitigates native android crashes caused by racing conditions withing Unity IL2CPP type system due to concurrent JSON deserialization.

Similar issue was fixed by Unity here: https://issuetracker.unity3d.com/issues/il2cpp-crash-in-il2cpp-vm-class-setupmethods-when-equalitycomparer-is-created-from-multiple-threads

Copy link
Collaborator

@Nevazhnovu Nevazhnovu left a comment

Choose a reason for hiding this comment

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

Thanks for this PR!

@Nevazhnovu Nevazhnovu merged commit be39864 into SourcePointUSA:develop Jan 22, 2024
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