The ProcessDTRoutedData function expects the twin operation to be replace, however, both updates are made with the add operation. The Propagate Azure Digital Twins events through the graph subsection of the end-to-end tutorial won't work as an outcome. This PR addresses the issue and makes the sample work as expected.
The
ProcessDTRoutedData
function expects the twin operation to bereplace
, however, both updates are made with theadd
operation. The Propagate Azure Digital Twins events through the graph subsection of the end-to-end tutorial won't work as an outcome. This PR addresses the issue and makes the sample work as expected.Resolves issue #43.