Released gnet v1.2.0

Features Support graceful shutdown with OS signals (Fixes #82) Enhancements Improve the creation processes of netpoller (Fixes #72) ccc6c25 Reuse slic


Released gnet v1.1.0

Features Support new load-balancing algorithm of least-connections #63 Support new load-balancing algorithm of source-addr-hash #64 Add a new API to g


Released gnet v1.0.0

Features High-performance event-loop under networking model of multiple threads/goroutines Built-in load balancing algorithm: Round-Robin Built-in g


Gnet -- Supports Windows platform

About this change Before this change, gnet can only works on Linux and BSD-like platforms, now it also supports Windows platform, which makes gnet a r


Gnet -- Support multiple codecs

About this change In this change, gnet integrates multiple codecs to encode/decode network frames into/from TCP stream: LineBasedFrameCodec, Delimiter