chenhaozhe
3 天以前 aa30c017e6b0923a8dccb6cb3530f47ff1743fe4
WebAPI/Global.asax.cs
@@ -11,15 +11,7 @@
    {
        protected void Application_Start()
        {
            // webSocket 服务
            // WebSocketServer.Start();
            GlobalConfiguration.Configure(WebApiConfig.Register);
        }
        // 应用关闭时,停止服务,防止泄露
        protected void Application_End()
        {
            // WebSocketServer.Stop();
        }
    }
}