Skip to content

more granular update_object publish #132

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

Open
mwfarb opened this issue Apr 12, 2023 · 1 comment
Open

more granular update_object publish #132

mwfarb opened this issue Apr 12, 2023 · 1 comment

Comments

@mwfarb
Copy link
Contributor

mwfarb commented Apr 12, 2023

ATM we publish the entire object set of attributes even if we only update color. That can generate unnecessarily large messages. We should only publish what we need, but there are reasons we are doing it this way at the moment.

  • We have a global sanity check for dashes (-) in attribute names, so we need to check the full object dict.
  • We should extrapolate the above sanity check that can be called on a named-attribute basis to get this small-as-possible message update.
@EdwardLu2018
Copy link
Member

Related: #103

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

No branches or pull requests

2 participants