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 for SI-4929. Includes (previously failing) test case.
This uses thread-local variables, which is not ideal; however, I can't
find any way to fix it otherwise that doesn't involve significant
refactoring.