pull/4/head
Ogoun 2 years ago
parent e775f1387c
commit be5ee404a0

@ -156,8 +156,6 @@ namespace ZeroLevel.Services.PartitionStorage.Partition
_writersLock.Release();
}
}
await writeAction.Invoke(writer);
/*
await writer.WaitLockAsync();
try
{
@ -166,12 +164,10 @@ namespace ZeroLevel.Services.PartitionStorage.Partition
finally
{
writer.Release();
}*/
}
}
/*
/// <summary>
/// Attempting to open a file for writing

@ -6,7 +6,7 @@
</Description>
<Authors>ogoun</Authors>
<Company>ogoun</Company>
<AssemblyVersion>3.4.0.6</AssemblyVersion>
<AssemblyVersion>3.4.0.7</AssemblyVersion>
<PackageReleaseNotes>KVDB fixes</PackageReleaseNotes>
<PackageProjectUrl>https://github.com/ogoun/Zero/wiki</PackageProjectUrl>
<Copyright>Copyright Ogoun 2023</Copyright>
@ -14,8 +14,8 @@
<PackageIconUrl></PackageIconUrl>
<RepositoryUrl>https://github.com/ogoun/Zero</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<Version>3.4.0.6</Version>
<FileVersion>3.4.0.6</FileVersion>
<Version>3.4.0.7</Version>
<FileVersion>3.4.0.7</FileVersion>
<Platforms>AnyCPU;x64;x86</Platforms>
<PackageIcon>zero.png</PackageIcon>
<DebugType>full</DebugType>

Loading…
Cancel
Save

Powered by TurnKey Linux.