彭伟

Results 57 comments of 彭伟

In asp.net (not core), when asp.net restart, iisexpress/w3wp crash. The stack trace from windows events.

https://github.com/apolloconfig/apollo.net/releases/tag/v2.7.0

是这个[问题](https://github.com/ctripcorp/apollo.net/issues/120)?

启动时会使用多个连接获取配置(和namespace多少相关),后续只会保留一两个长连接。通过你的截图中已有的连接数量TimeWait数量算正常,但应该启动稳定之后TimeWait数量就会下降

客户端默认使用系统默认的配置,不会关闭连接 [HttpUtil.cs#L35](https://github.com/ctripcorp/apollo.net/blob/dotnet-core/Apollo/Util/Http/HttpUtil.cs#L35)

2000多个连接正常吗?你们有1000多个应用?

建议输出一下apollo.net内部日志,看看是不是连接被断开或者超时很段之类的

你注释掉apollo应该也是这个错误吧

This is broken change. The current code determines the format by namespace suffix(.json, .xml).