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
Previously, `checkIfSpanConfigNeedsAnUpdate` did not properly hold a lock, and
`markSpanConfigNeedsUpdateLocked` incorrectly set `r.mu.mmaSpanConfigIsUpToDate` to
true instead of false. This commit fixes both issues and renames
`checkIfSpanConfigNeedsAnUpdate` to `maybePromiseSpanConfigUpdate` for clarity.
In addition, it adds `r.mu.AssertHeld()` to `markSpanConfigNeedsUpdateLocked`.
0 commit comments