|
@@ -3,6 +3,7 @@ using WingRpcSDK.Log;
|
|
|
using FluentScheduler;
|
|
|
using Microsoft.Extensions.Configuration;
|
|
|
using System;
|
|
|
+using System.Text;
|
|
|
using System.Diagnostics;
|
|
|
using System.Threading.Tasks;
|
|
|
using System.IO;
|
|
@@ -55,6 +56,7 @@ namespace WingCloudServer
|
|
|
if(context.Request.QueryString.Get("action")=="exit")
|
|
|
{
|
|
|
_rpcServiceContainer.StopService();
|
|
|
+ Console.WriteLine("exit");
|
|
|
Environment.Exit(0);
|
|
|
}
|
|
|
}
|