You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before this change, concurrent async tasks would all share the same
instance of the entities list. This change makes it so they each get
their own copy of the list. This matters because the recorder modifies
the list in place, which makes it so concurrent subtasks have the
wrong parent subsegment.
0 commit comments