mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-04-28 07:59:47 +00:00
Dispose the rust service at the end
This commit is contained in:
parent
3b80462536
commit
018bef7a43
@ -201,5 +201,8 @@ internal sealed class Program
|
||||
};
|
||||
|
||||
await serverTask;
|
||||
|
||||
RUST_SERVICE.Dispose();
|
||||
programLogger.LogInformation("The AI Studio server was stopped.");
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user