Implemented restorer, runtime and dummy statistics. Added service registering and fixed server factory. Moved logger to server context

This commit is contained in:
2025-09-07 23:15:48 +02:00
parent 282096595d
commit b90100d250
18 changed files with 385 additions and 65 deletions

View File

@@ -79,7 +79,7 @@ public class StartupHandler : IServerStateHandler
await Server.Runtime.StartAsync();
}
private async Task OnRuntimeExited(int exitCode)
private async ValueTask OnRuntimeExited(int exitCode)
{
// TODO: Notify the crash handler component of the exit code