Implemented restorer, wired up for basic testing. Improved abstractions and fixed observer pattern issues
This commit is contained in:
@@ -2,7 +2,7 @@ namespace MoonlightServers.Daemon.ServerSys.Abstractions;
|
||||
|
||||
public interface IStatistics : IServerComponent
|
||||
{
|
||||
public IAsyncObservable<ServerStats> Stats { get; }
|
||||
public IAsyncObservable<ServerStats> OnStats { get; }
|
||||
|
||||
public Task SubscribeToRuntime();
|
||||
public Task SubscribeToInstallation();
|
||||
|
||||
Reference in New Issue
Block a user