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

Worlds: race contidions #532

Open
avaer opened this issue Jan 11, 2021 · 3 comments
Open

Worlds: race contidions #532

avaer opened this issue Jan 11, 2021 · 3 comments

Comments

@avaer
Copy link
Contributor

avaer commented Jan 11, 2021

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.

@avaer
Copy link
Contributor Author

avaer commented Jan 11, 2021

Related: #531

@avaer
Copy link
Contributor Author

avaer commented Jan 11, 2021

@avaer
Copy link
Contributor Author

avaer commented Jan 17, 2021

waitUntil is supported but we still do not wait for it on world load.

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

No branches or pull requests

1 participant