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
privatevoidRelease(ConcurencyLeaseContextleaseContext){vardatabase= _connectionMultiplexer.GetDatabase();// how to use async? if only RateLimitLease would implement IAsyncDisposable
database.SortedSetRemove($"rl:{_partitionKey}", leaseContext.RequestId);}
The text was updated successfully, but these errors were encountered:
dotnet/runtime#77669
The text was updated successfully, but these errors were encountered: