mirror of
https://gitee.com/TarsCloud/TarsCpp.git
synced 2024-12-22 22:16:38 +08:00
udpate changelist & update v2.4.18
This commit is contained in:
parent
2f1df872a3
commit
00f1aa31e7
@ -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
|
# v2.4.17 2021.04.02
|
||||||
### en
|
### en
|
||||||
- fix tc_time bug of erase caused by timer repeat event
|
- fix tc_time bug of erase caused by timer repeat event
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
|
|
||||||
set(TARS_VERSION "2.4.17")
|
set(TARS_VERSION "2.4.13")
|
||||||
add_definitions(-DTARS_VERSION="${TARS_VERSION}")
|
add_definitions(-DTARS_VERSION="${TARS_VERSION}")
|
||||||
|
|
||||||
set(CMAKE_VERBOSE_MAKEFILE off)
|
set(CMAKE_VERBOSE_MAKEFILE off)
|
||||||
|
Loading…
Reference in New Issue
Block a user