🚀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.73k
stars
194
forks
source link
feature: server option加入connection ringbuffer maxSize限制? #52
有些弱网客户端消费太慢,导致推送端send()的数据一直堆积在socket缓冲区和ringbuffer缓冲区。