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: entity unregister node #580

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

fix: entity unregister node #580

wants to merge 1 commit into from

Conversation

halber
Copy link
Contributor

@halber halber commented Oct 24, 2024

When the unregisterNode method is called for another NeonBee node, and the executing node has an EntityVerticle that was also registered by the other node, the EntityVerticle was incorrectly unregistered for the executing node. This fix ensures that the EntityVerticle remains registered for the executing node.

@halber halber requested a review from a team as a code owner October 24, 2024 07:54
@halber halber force-pushed the fix/unregisterNode branch 3 times, most recently from 71b5a2b to 4fcb20b Compare October 24, 2024 13:05
When the `unregisterNode` method is called for another NeonBee node,
and the executing node has an `EntityVerticle` that was also registered
by the other node, the `EntityVerticle` was incorrectly unregistered
for the executing node. This fix ensures that the `EntityVerticle`
remains registered for the executing node.
Copy link

sonarcloud bot commented Oct 24, 2024

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.

1 participant