Skip to content

Releases: apache/dubbo-getty

v1.4.4

09 Jul 07:37
168f412
Compare
Choose a tag to compare
  • 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

v1.4.2

29 Jan 03:04
3eb8b38
Compare
Choose a tag to compare

Feature: return sent out stream length of func WritePkg&WriteBytes

v1.4.1

13 Dec 16:42
Compare
Choose a tag to compare

remove session.wQ

v1.4.1-rc1

02 Dec 12:13
ff08429
Compare
Choose a tag to compare

Rem: getty session.SetRQLen

v1.4.0-rc1

29 Nov 07:22
2827ac5
Compare
Choose a tag to compare

Implement a simple task pool and move task pool at endpoint layer.

v1.3.9

13 Aug 08:05
957f65f
Compare
Choose a tag to compare

fix: expose MaxWheelTimeSpan

v1.3.8

07 Aug 05:19
2c6d646
Compare
Choose a tag to compare

Add: tls

v1.3.7

23 Jun 05:41
9077f6b
Compare
Choose a tag to compare

fix sending multiple pkgs repeatedly for tcp connection. #39

v1.3.6

27 Apr 02:29
4f0a9de
Compare
Choose a tag to compare
 Add: StreamServer & PacketServer

v1.3.5

24 Apr 04:30
076a806
Compare
Choose a tag to compare
  • Add: listen on random local port #37