Closed Nicogene closed 3 years ago
Seems that with this change the fail on macOs happens more frequently, but I expect that it will be fixed after #9.
https://github.com/robotology-playground/yarp-telemetry/pull/104/commits/d457e2dd7cde469bbee8c30acbc087f33e8682e3 should test this improvement. With the previous implementation, the execution would remain stuck at save_thread.join()
for one hour before closing.
This is used for handling the save thread and this should avoid awaiting the thread save_period seconds to wake up in the closure phase.
It fixes #94
cc @S-Dafarra @lornat75