daigs

Results 5 comments of daigs

今天我也出现这个bug了,导致我的服务程序直接结束进程了. 我是刚开机时(服务程序加入了开机自动启动),马上打开浏览器通过网页请求我的服务出现问题的, 当时在网页上点击按钮请求服务时卡主了一会儿,然后我就使劲点了几下按钮继续请求,然后就弹出异常窗口后服务程序挂掉了... 然后我就重启我的服务程序,但是无论如何也出现不了这种异常了... 我重写了OnReceived如何用try...catch捕获异常,防止我的服务程序挂掉 ![image](https://github.com/chronoxor/NetCoreServer/assets/25603166/2d0b391a-c1a6-439f-837b-881849455c7d) ![image](https://github.com/chronoxor/NetCoreServer/assets/25603166/b9eed67a-597a-4e06-8e10-13d627e6d095)

![image](https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit/assets/25603166/818bc435-3b12-47ea-a3d1-50aae9277d87) 我改成不用依赖注入,直接new,就可以触发析构函数的执行

> Also try if adding this to your project file helps: > > ``` > > > > ``` Even after adding this configuration, it is still the same as...

> Please clarify what you mean by normally and abnormally. I assume you are referring to the three squares between 99. > > I cannot reproduce this. > > >...

After I added the fixed attribute value Language="en", it displayed correctly. I added this attribute to all the Run controls in my project that display pure numbers to solve this...