EVerest / everest-framework

Apache License 2.0
21 stars 19 forks source link

Use steady_clock for waiting #146

Closed golovasteek closed 10 months ago

golovasteek commented 10 months ago

For message timeouts we don't care about how accurate the clocks are (in absolute numbers) but we care that they are not jumping forward or specifically backward.

So it is more stable to use steady_clock instead of UTC clocks.