Syncronize ServerTimestamp #1376
Replies: 3 comments 4 replies
-
Beta Was this translation helpful? Give feedback.
-
Are you using I can't see why the server timestamps would get replaced or be out of order except if they are later modified outside your loop, which happens here if you use SubscriptionModel: in |
Beta Was this translation helpful? Give feedback.
-
Hi we are using SubscriptionModel, so can you explain to me the meaning of servertimestamp because my understandig was i write a value and ServerTiemstamp shows that the value is accurate. So what we we want is to set the DataPublishTrigger Value when all the other Data is accurate. We have investigated this case further and we think we have the following Problem:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
is there a possibilty to syncronize the servertimestamp ? I have the following Problem i write a linkedlist of Values directly to server within a loop
and the sourceTimestamps are in syncronous Order(values with sorted sourceTimestamp):


now the server Timestamp comes in an different Order(values sorted by serverTimestamp):
So the DatapublishTrigger Value which i want to be set as the last value comes somwhere inbetween. Is there a config or suggestion to archive the same order of server Timestamps like the sourceTimestamps ?
Beta Was this translation helpful? Give feedback.
All reactions