Skip to content

Clock stability improvement

Compare
Choose a tag to compare
@gmag11 gmag11 released this 01 Dec 21:24
· 58 commits to main since this release
  • Filter out responses from servers with values indicating they are not accurate enough. This leads to less imprecise clock adjustments.
  • Add server time dispersion to event information
  • getTime() is now public. Using it you can trigger NTP sync in any moment. But, as library does its work asynchronously you will have to way to sync event to ensure that clock has been adjusted. Use this method only if you know what you are doing