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
RequestTelemetry ctr() uses bond generated internal class which creates ConcurrentDictionary. It can be lazily constructed to improve performance. Similar to whats done here: #934
The text was updated successfully, but these errors were encountered:
RequestTelemetry ctr() uses bond generated internal class which creates ConcurrentDictionary. It can be lazily constructed to improve performance. Similar to whats done here:
#934
The text was updated successfully, but these errors were encountered: