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

是否应该加入高水位回调来避免客户端不收数据 #141

Closed markity closed 1 year ago

markity commented 1 year ago

如果客户端恶意不收数据,那么可能占用很多资源。gev用户怎么避免这个问题?