Implemented extending virtual disks. Implemented full error handling for virtual disks. Fixed small zip/tar error i found

This commit is contained in:
2025-06-04 23:59:35 +02:00
parent f78e97aff4
commit 3b08a205d3
5 changed files with 239 additions and 104 deletions

View File

@@ -71,7 +71,6 @@ public class Server : IAsyncDisposable
.Permit(ServerTrigger.Exited, ServerState.Offline);
// Configure task reset when server goes offline
StateMachine.Configure(ServerState.Offline)
.OnEntryAsync(async () =>
{
@@ -82,7 +81,6 @@ public class Server : IAsyncDisposable
});
// Setup websocket notify for state changes
StateMachine.OnTransitionedAsync(async transition =>
{
await HubContext.Clients