Run WebsocketsUpdater as a HostedService
This commit is contained in:
parent
b1d40e6891
commit
b620e29209
1 changed files with 1 additions and 0 deletions
|
|
@ -46,6 +46,7 @@ public static class DiConfig
|
|||
services.AddHostedService<TaskRunner>();
|
||||
services.AddHostedService<UpdateChecker>();
|
||||
services.AddHostedService<WatchFolderChecker>();
|
||||
services.AddHostedService<WebsocketsUpdater>();
|
||||
}
|
||||
|
||||
public static void RegisterHttpClients(this IServiceCollection services)
|
||||
|
|
|
|||
Loading…
Reference in a new issue