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
checkAndUpdate() function includes the following comment:
// FIXME P6: in the case of compound value, it's more difficult to know if an attribute
// has really changed its value (many levels have to be traversed). Until we can develop th
// matching logic, we consider actualUpdate always true.
Recently (after implementing #1068) is is not a just a matter of attribute compound values, but also metadata compound values. The logic in equalMetadataValue() is also affected.
checkAndUpdate() function includes the following comment:
This issue is about solving this (some users has asked about this at SOF: http://stackoverflow.com/questions/26862953/contextbroker-vectors-update-with-unchanged-value-causes-onchange-subscription-n)
Effort: 4 man day
The text was updated successfully, but these errors were encountered: