Possible breaking change in protobuf encoding #499
cbrake
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Thinking through https://github.com/orgs/simpleiot/projects/3/views/1?pane=issue&itemId=19078006, I have concluded we need to update the protobuf encoding to use a double for point value. The float is left over from long ago when points were still samples and optimized for a 32-bit platform. It would be easiest if we make this a breaking change and all instances were upgraded. Let me know if this is a problem for anyone and we can rethink this some more if necessary.
Beta Was this translation helpful? Give feedback.
All reactions