VirtualThing::updateSubscribedProperties() method is not pushing property values to the platform in ThingWorx Edge
Applies To
- ThingWorx Edge SDK 3.0 to 7.0.1
- ThingWorx DotNet SDK 3.0 and 5.8.5
Description
-
If synchronizeModelState service results in a
SUCCESSthe platform fails to call NotifyPropertyUpdate on the edge- If synchronizeModelState service results in an
ERRORthen the platform will call NotifyPropertyUpdate on the edge
- If synchronizeModelState service results in an
- NotifyPropertyUpdate is needed for:
- thing.loadPropertySubscriptions();
- thing.loadEventSubscriptions()
- thing.handleSynchronizeState();
- getPendingPropertyUpdates().Count and getPropertySubscriptions().Count are both 0
- synchronizeState() callback is not invoked