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 loading during game:BindToClose #43

Merged
merged 3 commits into from
Mar 26, 2024
Merged

Conversation

nezuo
Copy link
Owner

@nezuo nezuo commented Feb 28, 2024

This PR stops documents from loading after game:BindToClose has been called. If the UpdateAsync call has been made, we can only stop it by returning nil, we can't stop the request once a value has been sent. This will also automatically close documents that still manage to load after game:BindToClose.

Resolves #37.

@nezuo nezuo merged commit 245e6ac into master Mar 26, 2024
@nezuo nezuo deleted the load-after-bind-to-close-bug branch March 26, 2024 00:51
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.

Documents should not be able to load after game:BindToClose
1 participant