Merge branch '2.0.0' into dotnet10-api14-migration
This commit is contained in:
@@ -917,8 +917,8 @@ public sealed class FileCacheManager : IHostedService
|
||||
}
|
||||
|
||||
_logger.LogInformation("Started FileCacheManager");
|
||||
|
||||
await Task.CompletedTask.ConfigureAwait(false);
|
||||
_lightlessMediator.Publish(new FileCacheInitializedMessage());
|
||||
await Task.CompletedTask.ConfigureAwait(false);
|
||||
}
|
||||
|
||||
public async Task StopAsync(CancellationToken cancellationToken)
|
||||
|
||||
Reference in New Issue
Block a user