Merge pull request #145 from Cyberboss/RelayRepair

Service now requests DD to restart when upgraded
This commit is contained in:
Jordan Brown
2017-08-31 14:13:29 -04:00
committed by GitHub
+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)
{