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
We often get warnings of ClientSession and other objects that have not been closed properly, but it's often difficult to figure out which object is the problem and why it wasn't closed.
This should be done under the if DEBUG flag to avoid performance impacts (although this may still be tricky to resolve flaky tests if we don't run them under debug mode by default).