Fixed thread not closing issue

This commit is contained in:
Andrea
2025-10-02 09:00:35 +02:00
parent 9a005c15f2
commit 903e0b934d
2 changed files with 7 additions and 6 deletions

View File

@@ -73,6 +73,7 @@ namespace SamaPager_Server
private void Exit()
{
srv.KillServer();
this.Stop = true;
Application.Exit();
}