Bug #2184
Resource classes may be instantiated multiple times for a resource lookup
Start date:
03.11.2024
Due date:
% Done:
0%
Estimated time:
origin:
Description
In highly concurrent sitations, the component resource wrapper may instantiate multiple resource instances for the same key.
That breaks our concurrency contract that allows multiple init calls - but at most one instance of a resource at a time.