ntminer 5 年之前
父節點
當前提交
4c891fc16f
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/MinerClient/Daemon/DaemonUtil.cs

+ 1 - 0
src/MinerClient/Daemon/DaemonUtil.cs

@@ -26,6 +26,7 @@ namespace NTMiner.Daemon {
                         RpcRoot.Client.NTMinerDaemonService.CloseDaemonAsync(() => {
                             System.Threading.Thread.Sleep(1000);
                             Windows.TaskKill.Kill(processName, waitForExit: true);
+                            System.Threading.Thread.Sleep(1000);
                             VirtualRoot.Execute(new RefreshWsStateCommand(new WsClientState {
                                 Status = WsClientStatus.Closed,
                                 Description = "更新守护程序中…",