Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
metrics: add mutex to the metric writer
It was possible for multiple status messages to be written at the same time which caused some of the metric writer code to have a race condition. This code should be fast enough that it doesn't interrupt the display, but some further work might be needed here. Signed-off-by: Jonathan A. Sternberg <[email protected]>
- Loading branch information