首页 新闻 会员 周边

Reading the request body timed out due to data arrving too slowly.See MinRequestBodyDataRate.会导致CPU飙升吗?

0
悬赏园豆:10 [待解决问题]

项目使用的.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飙升吗?

Allen0910的主页 Allen0910 | 初学一级 | 园豆:200
提问于:2019-01-11 11:19
< >
分享
所有回答(1)
0

建议检查一下调用异步方法时是否使用了 async/await

dudu | 园豆:30994 (高人七级) | 2019-01-11 12:18

有的是用到了

支持(0) 反对(0) Allen0910 | 园豆:200 (初学一级) | 2019-01-11 12:36

@Allen0910: async/await 是正确的,如果没有使用就是问题,相关博问 https://q.cnblogs.com/q/112521/

支持(0) 反对(0) dudu | 园豆:30994 (高人七级) | 2019-01-11 12:52
清除回答草稿
   您需要登录以后才能回答,未注册用户请先注册