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
As part of #4 we switched to using a single mutex protecting the resolver caches for both reading and writing. While a mutex is pretty cheap compared to a network call we should be able to separate out the deleting from the reading so that we can restore read-write mutex usage.
As part of #4 we switched to using a single mutex protecting the resolver caches for both reading and writing. While a mutex is pretty cheap compared to a network call we should be able to separate out the deleting from the reading so that we can restore read-write mutex usage.
@vyzo's recommendation for this #4 (comment)
The text was updated successfully, but these errors were encountered: