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
The current implementation does not store the timestamp at which the latest result of a particular collection is set. Clients require a timestamp to authenticate whether the result being reported is the latest or not.
Solution
Add timestamp to each collection and update it when new values are reported in each collection.
The text was updated successfully, but these errors were encountered:
SamAg19
changed the title
Add timestamp to each collection struct and update it when new values are reported each collection
Add timestamp to each collection and update it when new values are reported each collection
Feb 8, 2024
SamAg19
changed the title
Add timestamp to each collection and update it when new values are reported each collection
Add timestamp to each collection
Apr 3, 2024
Problem Statement
The current implementation does not store the timestamp at which the latest result of a particular collection is set. Clients require a timestamp to authenticate whether the result being reported is the latest or not.
Solution
Add
timestamp
to each collection and update it when new values are reported in each collection.The text was updated successfully, but these errors were encountered: