BlythMeister / Fitbit-Overview-Face

Fitbit watch face
https://fitbit-overview.blyth.me.uk/
GNU General Public License v3.0
28 stars 10 forks source link

Message ID Should be unique #110

Closed BlythMeister closed 2 years ago

BlythMeister commented 2 years ago

Message ID Should be unique as currently the dequeue could dequeue the wrong message by ID number as numbers are re-used.

ID should be a GUID to prevent this.