Releases: jim3ma/gota
Releases · jim3ma/gota
v0.0.1-beta6
avoid delaying the GotaFrame forever
v0.0.1-beta5
- Enable connection pool feature, add config below in
config.server.yaml
:
...
pool:
enable: true
count: 10
...
- Enable white list of remote ip address, add config below in
config.server.yaml
:
...
whiteips:
- 127.0.0.1/32
...
v0.0.1-beta4
- Add output for statistic information every 60 seconds.
- Add
verbose
for printing tcp packet information. Now you can enable debug log for helping us debug gota. Setverbose
to false to disable tcp packet information log and setlog
todebug
.
v0.0.1-beta3
bug fixed and improving the robustness
v0.0.1-beta2
- Fixed error handling for Server side exited.
- Graceful shutdown support.
v0.0.1-beta
update version