Compare commits

..

1 Commits
2.0.4 ... 2.0.5

Author SHA1 Message Date
zznty
b0f491ac88 do not exit without autostart 2023-04-25 16:32:52 +07:00

View File

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