[BUG] ITwinObject.PlainToOnlineAsync() adds object properties to cyclic R/W #262
Labels
bug
Something isn't working
documentation
Improvements or additions to documentation
question
Further information is requested
Milestone
Describe the bug
When calling the
PlainToOnlineAsync()
method, values are set over the nested primitive values into theCyclic
variable. Subsequently, the entire object is written to the controller usingawait this.WriteAsync()
. In the implementation of the Cyclic method,periodicWriteSet()
is also added, which causes that after the first upload to the controller, the write is duplicated by a periodic write as well.The text was updated successfully, but these errors were encountered: