do not exit without autostart

This commit is contained in:
zznty
2023-04-25 16:32:52 +07:00
parent a426ad9e02
commit b0f491ac88

View File

@@ -123,6 +123,8 @@ namespace Torch.Server
Config.TempAutostart = false;
_server.Start();
}
uiThread.Join();
}
}