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

Possibility to disable change event completely #24

Open
mifopen opened this issue Oct 4, 2022 · 1 comment
Open

Possibility to disable change event completely #24

mifopen opened this issue Oct 4, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@mifopen
Copy link

mifopen commented Oct 4, 2022

While change event is useful in some cases, it harms performance when it's easier to handle updates with the same state than to deep-compare states. Even if you do not use change event at all, you have to spend some CPU cycles on deep comparing objects. It would be nice to have an option to disable all the logic for the change event for particular awareness instance.

@mifopen mifopen added the enhancement New feature or request label Oct 4, 2022
@mifopen
Copy link
Author

mifopen commented Jan 25, 2023

Hey! Is there any way we can help with it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants