PointOneNav / polaris

Software for communicating with Point One Navigation's Polaris GNSS Corrections Service
MIT License
25 stars 12 forks source link

implements the unique_id field for server side tracing #13

Closed anathan closed 4 years ago

anathan commented 4 years ago

Refactors out the never implemented tracking id and replaces with unique id to enable server side debugging

adamshapiro0 commented 4 years ago

Is this ID used to deconflict multiple clients connecting with the same API key at the same time, or is really just for debug as it says?

anathan commented 4 years ago

Debug only, it has no effect on any business logic.

On Mon, May 11, 2020, 7:40 AM Adam Shapiro notifications@github.com wrote:

Assigned #13 https://github.com/PointOneNav/polaris/pull/13 to @anathan https://github.com/anathan.

— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub https://github.com/PointOneNav/polaris/pull/13#event-3323294958, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAG652C2NHLKSUQMTKM4773RRAE6TANCNFSM4M5TL7TA .

adamshapiro0 commented 4 years ago

Ok cool.