We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94e51aa commit 4ba8118Copy full SHA for 4ba8118
1 file changed
src/Netcorext.Extensions.Threading.Locker/KeyLocker.cs
@@ -234,7 +234,6 @@ private void CleanupIdleLocks(object? state)
234
235
if (!_locks.TryRemove(key, out var keyState)) continue;
236
237
- keyState.Cancellation.Cancel();
238
keyState.Semaphore.Dispose();
239
}
240
@@ -265,7 +264,6 @@ public void Dispose()
265
264
{
266
try
267
268
269
270
271
catch (Exception ex)
0 commit comments