项目使用的.net core 2.1,发现偶尔会出现应用服务器(Windows Server 2008 R2)CPU 飙升至100%,无法下降的问题,查看日志文件中,出现这条错误信息:Reading the request body timed out due to data arrving too slowly.See MinRequestBodyDataRate.这个问题也已找到解决方案,各位大佬,这个问题会导致CPU飙升吗?
建议检查一下调用异步方法时是否使用了 async/await
有的是用到了
@Allen0910: async/await
是正确的,如果没有使用就是问题,相关博问 https://q.cnblogs.com/q/112521/