hmon: use single Arc for heartbeat monitor#297
Conversation
License Check Results🚀 The license check job ran with the Bazel command: bazel run --lockfile_mode=error //:license-checkStatus: Click to expand output |
|
The created documentation from the pull request is available at: docu-html |
0e2595b to
bec63a8
Compare
danth
left a comment
There was a problem hiding this comment.
Previously, calling get_eval_handle a second time for the same monitor would return a new handle with a separate timestamp. After this change, the same timestamp is shared between all handles.
I'm not sure what the expected behaviour should be, but it would be good to add a test for this either way.
bec63a8 to
3d076e5
Compare
|
@danth, thanks for taking a look. |
a19e15f to
c1c7f91
Compare
Replace previous approach with two Arcs.
c1c7f91 to
cb4772c
Compare
Replace previous approach with two Arcs.