Giter VIP home page Giter VIP logo

Comments (6)

Reflejo avatar Reflejo commented on May 26, 2024

Clock.sync actually syncs the clock once and only once every time it's called. So once you sync'ed with an ntp server the NTP clock (i.e. Clock.now) will tick independently of the local clock (this is: modifications on the clock will not affect Clock.now).

If you restart the app and try to access Clock.now before syncing, it'll return nil. So the guarantee that you have is that every time Clock.now is not nil then the time is trustfully

from kronos.

otymartin avatar otymartin commented on May 26, 2024

@Reflejo Hey so in a situation where the app launches with no network but network returns during use. Do I have to manually call Clock.sync or will it automatically sync?

from kronos.

Reflejo avatar Reflejo commented on May 26, 2024

@otymartin you need to call Clock.sync again after the network is reachable.

from kronos.

otymartin avatar otymartin commented on May 26, 2024

@Reflejo thanks for the fast help :)

from kronos.

Reflejo avatar Reflejo commented on May 26, 2024

yw

from kronos.

acecilia avatar acecilia commented on May 26, 2024

@Reflejo Related with the initial question.
If you start the app and never call Clock.sync, will Clock.now always be nil, or does it auto-sync at some point?
Thanks

from kronos.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.