From 07968530fd2a7c0d818adc8a89c96a9499dbbee6 Mon Sep 17 00:00:00 2001
From: yusijie <ysj@hz-kingdee.com>
Date: 星期一, 19 一月 2026 16:17:38 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-API

---
 WebAPI/Global.asax.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/WebAPI/Global.asax.cs b/WebAPI/Global.asax.cs
index 54ba068..63026da 100644
--- a/WebAPI/Global.asax.cs
+++ b/WebAPI/Global.asax.cs
@@ -12,14 +12,14 @@
         protected void Application_Start()
         {
             // webSocket 鏈嶅姟
-            WebSocketServer.Start();
+            // WebSocketServer.Start();
             GlobalConfiguration.Configure(WebApiConfig.Register);
         }
 
         // 搴旂敤鍏抽棴鏃讹紝鍋滄鏈嶅姟锛岄槻姝㈡硠闇�
         protected void Application_End()
         {
-            WebSocketServer.Stop();
+            // WebSocketServer.Stop();
         }
     }
 }

--
Gitblit v1.9.1