D1105: Threading Violation
A rental threaded interface [interface] was simultaneously accessed from multiple threads.
Placeholders
-
interface
-
The address of the interface that was accessed by multiple threads.
Possible Causes
Using an object instance from the same single-threaded factory from two different threads.