Closed golovasteek closed 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.
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.