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
Fix a race between detaching instances from mixers and reading from them.
Previously it was possible for the vector size to decrease/increase
unpredictably, causing random wrong slots to be deleted instead of the
intended one, which sometimes would leave detached instances in the
vector.
0 commit comments