udpate changelist & update v2.4.18

multi_communicator v2.4.18
ruanshudong 2021-04-13 11:41:59 +08:00
parent 2f1df872a3
commit 00f1aa31e7
2 changed files with 8 additions and 1 deletions

View File

@ -1,4 +1,11 @@
## v2.4.18 2021.04.13
### en
- fix tc_thread_queue,Optimizing the swarm effect
- fix epoll server connection close cause crash bug
### cn
- 修复tc_thread_queue 优化惊群效应
- 修复epoll server 连接关闭时可能带来的crash
# v2.4.17 2021.04.02
### en
- fix tc_time bug of erase caused by timer repeat event

View File

@ -1,6 +1,6 @@
set(TARS_VERSION "2.4.17")
set(TARS_VERSION "2.4.13")
add_definitions(-DTARS_VERSION="${TARS_VERSION}")
set(CMAKE_VERBOSE_MAKEFILE off)