Skip to content

Fixed problem of thread safe in the UpdateManager

Sebastien Ponce requested to merge sponce_FixedUpdateManagerThreadSafety into future

This was leading to dead lock, because of a missing second check of the condition after having the write lock

Merge request reports