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
Using LINQ Count() on a ConcurrentQueue in every error scenario could be inefficient. Consider maintaining a separate counter or using a more efficient data structure for tracking recent errors. #97
Using LINQ Count() on a ConcurrentQueue in every error scenario could be inefficient. Consider maintaining a separate counter or using a more efficient data structure for tracking recent errors.