We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7361705 commit ed38c7cCopy full SHA for ed38c7c
CHANGELOG.md
@@ -3,7 +3,9 @@
3
### v5.0.1:
4
##### 修复
5
1. java 通过反射的方式,提高兼容性, 如tomcat10无法使用 (特别感谢 @BeichenDream 的PR)
6
- 1. 使用 class 的静态变量替代 `application` 全局变量,提高兼容性 (特别感谢 @c0ny1 的建议)
+ 2. 使用 class 的静态变量替代 `application` 全局变量,提高兼容性 (特别感谢 @c0ny1 的建议)
7
+ 3. 修复异常连接时,未能正常退出
8
+ 4. 修复 `blv_decode` 的异常处理逻辑 (issue #73)
9
10
### v5.0.0:
11
##### 新特征
0 commit comments