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
there are no duplicates detected by the db or in my tests
despite this, the value of the iot.id selfLink appears different from the iot.id value in the json.
it seems like it lags behind one or two values for some reason
i don't have any logic that adds or subtracts from previous iot.id values. the iot.id is just being generated by concatting the according to the logic in new iotid generation strategy #25
You can see that 14010000019030204 appears duplicated shows up twice in the iot.id field but despite this it doesnt affect appear duplicated if you try to filter by it. The underlying iot.id inside the db appears to be unique. This is moreso a json encoding issue on FROST's end it seems
However if you filter by that particular iot.id that appears to be duplicated 14010000019030204, only one value appears so it is something incorrect it seems inside FROST.
The text was updated successfully, but these errors were encountered:
You can see that
14010000019030204
appears duplicated shows up twice in the iot.id field but despite this it doesnt affect appear duplicated if you try to filter by it. The underlying iot.id inside the db appears to be unique. This is moreso a json encoding issue on FROST's end it seemsHowever if you filter by that particular iot.id that appears to be duplicated
14010000019030204
, only one value appears so it is something incorrect it seems inside FROST.The text was updated successfully, but these errors were encountered: