我在 Azure 上的 Application Insight 中出现此错误:
Microsoft.AspNet.Server.Kestrel.Networking.UvException:错误 -4077 ECONNRESET 连接被对等方重置
我已经在 Github 中阅读过这个错误(https://github.com/aspnet/KestrelHttpServer/issues/388)。
这到底是什么意思?例如,如果用户在 AJAX 调用期间关闭浏览器,可能会出现问题?我没有在我的平台上使用 Sockect。
我可以以任何方式修复它吗?我正在使用 ASP.NET Core RC1。