mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2025-06-27 13:33:13 +00:00
deadlock prevention
This commit is contained in:
@ -1225,7 +1225,7 @@ public partial class DistributedConnection : NetworkConnection, IStore
|
||||
for (var i = 0; i < resources.Keys.Count; i++)
|
||||
{
|
||||
var index = resources.Keys.ElementAt(i);
|
||||
bag.Add(Fetch(index));
|
||||
bag.Add(Fetch(index, null));
|
||||
}
|
||||
|
||||
bag.Seal();
|
||||
|
Reference in New Issue
Block a user