Service now requests DD to restart when upgraded

This commit is contained in:
Cyberboss
2017-08-28 11:54:39 -04:00
parent f920c65eed
commit 80ff0f885f
+1
View File
@@ -56,6 +56,7 @@ namespace TGServerService
currentStatus = TGDreamDaemonStatus.Online;
DDWatchdog = new Thread(new ThreadStart(Watchdog));
DDWatchdog.Start();
RequestRestart(); //TODO: Remove this when DD -> Service communication is more
}
catch (Exception e)
{