Started implementing server installation
This commit is contained in:
@@ -53,7 +53,8 @@ public partial class Server
|
||||
.OnEntryAsync(InternalStop);
|
||||
|
||||
StateMachine.Configure(ServerState.Installing)
|
||||
.Permit(ServerTrigger.NotifyInstallContainerDied, ServerState.Offline);
|
||||
.Permit(ServerTrigger.NotifyContainerDied, ServerState.Offline)
|
||||
.OnEntryAsync(InternalInstall);
|
||||
|
||||
return Task.CompletedTask;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user