Skip to content

v1.4.4

Compare
Choose a tag to compare
@georgehao georgehao released this 09 Jul 07:37
· 105 commits to master since this release
168f412
  • replace sync/atomic using go.uber.org/atomic
  • upgrade gxtime.Wheel to gxtime.TimerWheel
  • delete session heartbeat loop handle, and add it into the TimerWheel instead to reduce the count of goroutines.
  • add benchmark code