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 server crash on client disconnect due to incomplete entity removal #308

Merged
merged 1 commit into from
Sep 10, 2023

Conversation

patowen
Copy link
Collaborator

@patowen patowen commented Sep 9, 2023

There is an unwrap error when setting q in snapshot_node, since it uses graph_entities as the source of truth of entities that exist, but graph_entities was never updated on entity removal.

Copy link
Owner

@Ralith Ralith left a comment

Choose a reason for hiding this comment

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

Nice catch!

@Ralith Ralith merged commit 1f5780b into Ralith:master Sep 10, 2023
6 checks passed
@patowen patowen deleted the fix-server-crash branch September 10, 2023 13: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.

2 participants