Closed FickleLife closed 9 years ago
It's definitely reactive - see https://github.com/mizzao/meteor-timesync/blob/master/timesync-client.js#L74.
It's not constantly reactive in that it doesn't update continuously while communicating with the server, but it is updated every once in a while.
Sorry if this is a dumb question however in the docs it says TimeSync.roundTripTime() is reactive, however what I can see is it just says static when the page loads - do I need to put the call in a setInterval to make it reactive?