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

Don't subscribe to unused groups #36

Closed
dankamongmen opened this issue Nov 3, 2019 · 0 comments
Closed

Don't subscribe to unused groups #36

dankamongmen opened this issue Nov 3, 2019 · 0 comments
Assignees
Labels
enhancement new functionality
Milestone

Comments

@dankamongmen
Copy link
Owner

If we're both not tracking an object class and not invoking a callback, we ought not subscribe to its group(s), as these events will just be extra, useless work. The one exception is ifaces, which are needed as the indexing backbone of everything else.

Though really, we need to work even if we miss an iface message, so maybe other messages referencing an unknown idx ought create an iface? But we wouldn't know its name...

@dankamongmen dankamongmen self-assigned this Nov 3, 2019
@dankamongmen dankamongmen added the enhancement new functionality label Nov 3, 2019
@dankamongmen dankamongmen modified the milestones: 1.0.0, 0.6.0 Nov 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement new functionality
Projects
None yet
Development

No branches or pull requests

1 participant