Implemented online detection. Extended ServerContext to include self reference so sub components can subscribe to the state. Improved console module detach handling. Implemented new server service to replace the old one. Added log restore when restoring
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace MoonlightServers.Daemon.ServerSys.Abstractions;
|
||||
|
||||
public interface IOnlineDetection : IServerComponent
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user