Skip to content

Models cannot be loaded concurrently #2

@Flutterish

Description

@Flutterish

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions