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
HTTP If-Modified-Since has second level granularity, however, MRML model version has a millisecond granularity. Current code compares If-Modified-Since parameter against a rounded down model version value. This can cause an issue if a new model is received in the same second as the previous model AND the SENSE-O queries the model after the first, but before the second model update is received.
I have added this note to track this issue. I recommend implementing push notifications to address the update issue so polling with If-Modified-Since would no longer be required.
The text was updated successfully, but these errors were encountered:
HTTP If-Modified-Since has second level granularity, however, MRML model version has a millisecond granularity. Current code compares If-Modified-Since parameter against a rounded down model version value. This can cause an issue if a new model is received in the same second as the previous model AND the SENSE-O queries the model after the first, but before the second model update is received.
I have added this note to track this issue. I recommend implementing push notifications to address the update issue so polling with If-Modified-Since would no longer be required.
The text was updated successfully, but these errors were encountered: