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 sidebar pending queries counter after 738c10d
The optimization changes of 738c10d could leave the m_pendingQueries
counter in inconsistent change, because it was resetted to 0 too early.
In practice, this would cause OnQueriesFinished() to be called when they
weren't yet finished.