wtt
2026-04-02 d2cc84672c494a298915825e2c0f03180c77bd70
WebAPI/Service/WebSocketServer.cs
@@ -36,9 +36,9 @@
        public static void Start()
        {
            string sReturn = "";
            var wsUrl = "ws://0.0.0.0:8888/ws"; // 通用端口
            var wsUrl = "ws://0.0.0.0:12345/ws"; // 通用端口
            
            // 配置 WebSocket 监听地址(独立端口 8089)
            // 配置 WebSocket 监听地址(独立端口 12345)
            _server = new Fleck.WebSocketServer(wsUrl);
            _pushTimer = new System.Timers.Timer(_pushInterval);