Allenxuxu / gev

🚀Gev is a lightweight, fast non-blocking TCP network library / websocket server based on Reactor mode. Support custom protocols to quickly and easily build high-performance servers.
MIT License
1.72k stars 193 forks source link

cpu跑到400%, 目前只有2个连接,抓包只有60s定时的心跳 #144

Closed ywk94 closed 12 months ago

ywk94 commented 1 year ago

gev : github.com/Allenxuxu/gev v0.3.0 go : 1.16

image image image

另外我有每天10w+数量的客户端在连接和断开,并且有大量close_wait, 怀疑是onClose没有被正确调用, 所以就改了部分connection.go里的代码, 不知道是我改动代码导致的

image image image