caozhiyuan

Results 17 comments of caozhiyuan

@Alexx999 strongname has this problem https://github.com/peters/ILRepack.MSBuild.Task/issues/37#issuecomment-478199400 , and when cecil 0.11.0 release will supoort linux strongname sign.

@KomachiSion this is problem ? https://github.com/alibaba/nacos/issues/7182

@KomachiSion who can communicate SNYK close this https://security.snyk.io/vuln/SNYK-JAVA-COMALIBABANACOS-2942437)?

@KomachiSion i had feedback to SNYK , Vulnerability had closed.

you can create a dump file , and open it by vs2017 or windbg , so you find the thread is nettythread or not @491134648

使用仅限托管进行调试 @491134648 看下线程窗口 看log日志像是你代码里面也很多同步阻塞线程的东西 程序EventLoopCount是多少? 或者你本地用vs debug看能不能重现这种问题

you can handle business in threadpool , usually netty handle network codecs , long time business will block netty thread. reference: https://github.com/caozhiyuan/DotNetty/blob/dev/src/DotNetty.Rpc/Server/RpcHandler.cs#L28

nayato is responsible to this project , and this project is stable. you can @ nayato @windsOne

@nayato consider give this project to the community for maintenance? may be can consider dotnetfoundation

Refer to this : https://github.com/caozhiyuan/DotNetty/blob/dev/src/DotNetty.Rpc/Client/ReconnectHandler.cs