Does Netfox support diff states for individual values of a dictionary property? #578
-
|
I want to synchronize a big dictionary whose select values will frequently change. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Heya @MaddestOfLads, Currently diffs are only done per-property, meaning that if any part of the dictionary changes, the full dictionary will be sent. If it's feasible, you could try splitting the dictionary into multiple properties, and / or using schemas to reduce the serialized size of the dictionary. |
Beta Was this translation helpful? Give feedback.
Heya @MaddestOfLads,
Currently diffs are only done per-property, meaning that if any part of the dictionary changes, the full dictionary will be sent.
If it's feasible, you could try splitting the dictionary into multiple properties, and / or using schemas to reduce the serialized size of the dictionary.