Implemented daemon side stats streaming. Fixed server task cancellation being too quick. Improved console streaming
This commit is contained in:
@@ -85,7 +85,8 @@ public class ServerService : IHostedLifecycleService
|
||||
typeof(ConsoleSubSystem),
|
||||
typeof(RestoreSubSystem),
|
||||
typeof(OnlineDetectionService),
|
||||
typeof(InstallationSubSystem)
|
||||
typeof(InstallationSubSystem),
|
||||
typeof(StatsSubSystem)
|
||||
];
|
||||
|
||||
await server.Initialize(subSystems);
|
||||
|
||||
Reference in New Issue
Block a user