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 condition within Tracker #42

Open
1ForeverHD opened this issue Feb 8, 2022 · 0 comments
Open

Fix race condition within Tracker #42

1ForeverHD opened this issue Feb 8, 2022 · 0 comments

Comments

@1ForeverHD
Copy link
Owner

A race condition between AncestryChanged and a new replacement Head being swapped in on the same frame.

To fix, change line 208 from self:update() to task.defer(self.update, self).

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

No branches or pull requests

1 participant