Released gnet v1.3.0 gnet Features Determine logging mode by environment variable 2a7977 Support locking each I/O event-loop goroutine to an OS thread 6fd641 E
Gnet -- Support locking OS thread gnet About this change Add functional option LockOSThread used to determine whether each I/O event-loop is associated to an OS thread, it is useful when yo
Gnet -- New approach to create server sockets gnet About this change Benefit from system calls provided by Go standard library, server listener sockets inside gnet have gotten rid of the Go net package
Released gnet v1.2.0 gnet Features Support graceful shutdown with OS signals (Fixes #82) Enhancements Improve the creation processes of netpoller (Fixes #72) ccc6c25 Reuse slic