-
Notifications
You must be signed in to change notification settings - Fork 209
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
Worlds: race contidions #532
Comments
Related: #531 |
Can be solved with https://developer.mozilla.org/en-US/docs/Web/API/ExtendableEvent/waitUntil |
|
This was referenced Feb 1, 2021
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
World switch currently does not operate under any synchronization, so the loads can get out of sync in fast world hops.
We should put this under an asynchronous monitor lock.
The text was updated successfully, but these errors were encountered: