修复异常socket没有关闭问题

This commit is contained in:
Looly 2022-07-11 09:15:18 +08:00
parent 93012d7728
commit a38e3e52af

View File

@ -3,7 +3,7 @@
------------------------------------------------------------------------------------------------------------- -------------------------------------------------------------------------------------------------------------
# 5.8.5.M1 (2022-07-09) # 5.8.5.M1 (2022-07-11)
### 🐣新特性 ### 🐣新特性
* 【core 】 NumberUtil新增isIn方法pr#669@Gitee * 【core 】 NumberUtil新增isIn方法pr#669@Gitee
@ -17,6 +17,7 @@
* *
### 🐞Bug修复 ### 🐞Bug修复
* 【core 】 修复CollUtil里面关于可变参数传null造成的crash问题pr#2428@Github * 【core 】 修复CollUtil里面关于可变参数传null造成的crash问题pr#2428@Github
* 【socket 】 修复异常socket没有关闭问题pr#690@Gitee
------------------------------------------------------------------------------------------------------------- -------------------------------------------------------------------------------------------------------------