use CLOCK_MONOTONIC in sem_timed_wait to fix 2193 #2382
JasonWang-Slamtec
started this conversation in
Ideas
Replies: 1 comment 5 replies
-
I tested it, and it works, but I'm not sure if it might introduce any regression bugs |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Issue #2193
version: 2.0.6
client process use the following function to control heatbeat interval
If the system time jumps, this function will not work properly.
How about the following modification:
and in iox_sem_timedwait,
Beta Was this translation helpful? Give feedback.
All reactions