y-protocols icon indicating copy to clipboard operation
y-protocols copied to clipboard

Possibility to disable change event completely

Open mifopen opened this issue 3 years ago • 1 comments

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 avatar Oct 04 '22 23:10 mifopen

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

mifopen avatar Jan 25 '23 11:01 mifopen