Skip to content

Releases: AlexStocks/getty

v1.5.2

Choose a tag to compare

@AlexStocks AlexStocks released this 19 Sep 05:54
a282367

Feature

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

v1.5.1

Choose a tag to compare

@AlexStocks AlexStocks released this 16 Jul 03:56
177fc63

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

Choose a tag to compare

@AlexStocks AlexStocks released this 05 Jun 11:36
da9fedf

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

Choose a tag to compare

@AlexStocks AlexStocks released this 30 May 14:58
0d2007d

feature

  • sync with apache/dubbo-getty v1.4.12

v1.3.2

Choose a tag to compare

@AlexStocks AlexStocks released this 20 Nov 03:15
28c6c73

bug fix

  • closing websocket connection returns invalid status code

v1.3.1

Choose a tag to compare

@AlexStocks AlexStocks released this 20 Nov 03:14

bug fix

  • fix wrong tls config dir path

v1.3.0

Choose a tag to compare

@AlexStocks AlexStocks released this 13 Dec 15:17

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

v1.2.10

Choose a tag to compare

@AlexStocks AlexStocks released this 01 Aug 14:34
9d45832

Mod: add apl v2

v1.2.9

Choose a tag to compare

@AlexStocks AlexStocks released this 23 Jun 09:46
485d8c7

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

Add: server listen on random port

Choose a tag to compare

@AlexStocks AlexStocks released this 25 Apr 04:55
fe594be
v1.2.8

Add: listen on random port