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
{{ message }}
This repository has been archived by the owner on Dec 18, 2017. It is now read-only.
@davidfowl , thanks for the useful hints. However, because we are using a lot of async methods, I have trouble using Mutex to resolve race conditions. In the PR below I use Semaphore to eliminate contentions successfully. To learn about the problem caused by mixing Mutex and async methods, please see http://www.dzhang.com/blog/2012/08/29/synchronization-in-async-csharp-methods
We need to do this for the kpm cache and when writing the nupkg files on disk.
The text was updated successfully, but these errors were encountered: