Releases: AlexStocks/getty
Releases · AlexStocks/getty
Release list
v1.5.2
v1.5.1
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
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
feature
- sync with apache/dubbo-getty v1.4.12
v1.3.2
bug fix
- closing websocket connection returns invalid status code
v1.3.1
v1.3.0
Enhance:
1 support tls for tcp;
2 remove session.SetRQLen
3 move out task pool from session
v1.2.10
v1.2.9
Fix: Send multiple pkgs repetitive by tcp(issue #42)
Add: server listen on random port
v1.2.8 Add: listen on random port