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
This is what we use on Bookteq currently to solve this exact issue. Haven't had any issues with it so far, and we're well away from hitting the limit. Doesn't fit within 32 bit signed/unsigned ints, but that's much more of a language problem to solve. Most platforms nowadays are 64bit, with the notable exception of the Raspberry Pi. If you're working on a 32 bit platform, it should be recommended to use second precision rather than milli/nano.
There's an issue where timestamps get truncated: if precision in the feed is different to the precision in the database then RPDE will fail
Recommend using the highest level of precision possible and ensuring it matches the database.
Example of nanoseconds:
1620400023901660
(fits within max int in PHP:9223372036854775807
)The text was updated successfully, but these errors were encountered: