beetlex-io / XRPC

dotnet high performance remote interface and delegate invoke(RPC) communication components,support millions RPS remote interface method invokes
Apache License 2.0
84 stars 22 forks source link

运行一段时间后,服务器端不响应客户端请求,但可以telnet到 #36

Closed zzeric closed 2 years ago

zzeric commented 2 years ago

只能重启程序。 已经开启ServerGC,内存没有泄漏,session数量也只是增长到200多

服务器版本用的是nuget上的1.2.0.1802

beetlex-io commented 2 years ago

如果并发不高的情况下可以开启debug日志看情况,建议不要在使用过程使用Task.wait这样的方法

zzeric commented 2 years ago

可能是操作系统的原因,部署到linux下就没出现了。