Skip to content

Fix thread safety bug.

Simon Morlat requested to merge fix/belr-thread-safety into master

The previous attempt to resolve it with had a flaw. It is now using a mutex used with trylock() to avoid affecting performance.

Merge request reports