Skip to content

Releases: AlexStocks/getty

v1.5.2

19 Sep 05:54
a282367

Choose a tag to compare

Feature

  • Introduce a close callback for sessions to handle ccleanup on disconnection

v1.5.1

16 Jul 03:56
177fc63

Choose a tag to compare

Feature

  • Add new client-side attribute 'maxReconnectAttempts' to represent the max reconnect attempts in maintaining the tcp connetion pool size, the default value is setted to 100.

v1.5.0

05 Jun 11:36
da9fedf

Choose a tag to compare

bugfix

  • sync with apache/dubbo-getty v1.5.0, fix bug: add read mutex in gettyWSConn(websocket) struct to prevent data race in ReadMessage()

v1.4.0

30 May 14:58
0d2007d

Choose a tag to compare

feature

  • sync with apache/dubbo-getty v1.4.12

v1.3.2

20 Nov 03:15
28c6c73

Choose a tag to compare

bug fix

  • closing websocket connection returns invalid status code

v1.3.1

20 Nov 03:14

Choose a tag to compare

bug fix

  • fix wrong tls config dir path

v1.3.0

13 Dec 15:17

Choose a tag to compare

Enhance:
1 support tls for tcp;
2 remove session.SetRQLen
3 move out task pool from session

v1.2.10

01 Aug 14:34
9d45832

Choose a tag to compare

Mod: add apl v2

v1.2.9

23 Jun 09:46
485d8c7

Choose a tag to compare

Fix: Send multiple pkgs repetitive by tcp(issue #42)

Add: server listen on random port

25 Apr 04:55
fe594be

Choose a tag to compare

v1.2.8

Add: listen on random port