Solutionunvalidated

Ensure each actor uses its own independent result/recording variables (do not share the same result instance between actors), e.g., allocate separate result storage per actor or otherwise remove shared mutable state.

6b1dfce8-80e5-4214-aa09-e5f772a4cff8

Ensure each actor uses its own independent result/recording variables (do not share the same result instance between actors), e.g., allocate separate result storage per actor or otherwise remove shared mutable state.