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

[BUG] Proxies may register the same entity multiple times #86

Open
1 task
wilyle opened this issue Nov 15, 2023 · 0 comments
Open
1 task

[BUG] Proxies may register the same entity multiple times #86

wilyle opened this issue Nov 15, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@wilyle
Copy link
Contributor

wilyle commented Nov 15, 2023

Description

When the cartographer gets a new mapping, it will try to create or update proxies for each entity in the mapping, even if it's already being tracked. This can result in multiple registrations in a proxy for the same entity, or even multiple proxies tracking the same entity

Acceptance criteria

  • Proxies should correctly handle register requests for duplicate entities OR cartographer should not submit register requests for already tracked entities
@wilyle wilyle added the bug Something isn't working label Nov 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant