You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, calling QObject.Changed("Prop") is equivalent to QObject.ResetProperties(). That also doesn't compress if there's more than one call; each gets an OBJECT_RESET.
This would be a lot more efficient if only the changed properties were serialized and sent.
The text was updated successfully, but these errors were encountered:
Currently, calling
QObject.Changed("Prop")
is equivalent toQObject.ResetProperties()
. That also doesn't compress if there's more than one call; each gets an OBJECT_RESET.This would be a lot more efficient if only the changed properties were serialized and sent.
The text was updated successfully, but these errors were encountered: