src/RichCreator/Jobs/JobMonitor.cs
@@ -52,7 +52,13 @@ throw new Exception("不能多次运行"); } canRun = false; ThreadPool.QueueUserWorkItem(MonitorBusinessThread); Thread thread = new Thread(MonitorBusinessThread); thread.IsBackground = true; thread.Start(); //ThreadPool.QueueUserWorkItem(MonitorBusinessThread); } //停止 @@ -85,6 +91,7 @@ for (; accountIndex < accountCount; accountIndex++) { RunningModel.UpdateAccountIndex(accountIndex+1); if (runningStep < RunningStep.SelectRole) { string username, password;