Dispose the rust service at the end

This commit is contained in:
Thorsten Sommer 2025-02-16 15:21:01 +01:00
parent 3b80462536
commit 018bef7a43
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -201,5 +201,8 @@ internal sealed class Program
}; };
await serverTask; await serverTask;
RUST_SERVICE.Dispose();
programLogger.LogInformation("The AI Studio server was stopped.");
} }
} }