When models are loaded concurrently, some of them merge, go missing or load twice.
|
var modelLock = loadLock;// modelLoadLocks.GetOrAdd( ModelName, _ => new( 1, 1 ) ); |
We need to figure out why this happens and whether its possible to load more than one model at a time.