Skip to content

Commit

Permalink
Merge pull request #1443 from DuendeSoftware/releases/6.3.x
Browse files Browse the repository at this point in the history
Merge Releases/6.3.6
  • Loading branch information
josephdecock authored Nov 1, 2023
2 parents e0c9146 + 5033e55 commit 23044ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ public virtual async Task DeleteSessionsAsync(SessionFilter filter, Cancellation


/// <inheritdoc/>
public async Task<IReadOnlyCollection<ServerSideSession>> GetAndRemoveExpiredSessionsAsync(int count, CancellationToken cancellationToken = default)
public virtual async Task<IReadOnlyCollection<ServerSideSession>> GetAndRemoveExpiredSessionsAsync(int count, CancellationToken cancellationToken = default)
{
using var activity = Tracing.StoreActivitySource.StartActivity("ServerSideSessionStore.GetAndRemoveExpiredSessions");

Expand Down

0 comments on commit 23044ff

Please sign in to comment.