优化连接管理和日志记录

This commit is contained in:
2025-02-27 23:11:36 +08:00
parent 38d5341e84
commit 037c2c53c6
11 changed files with 436 additions and 403 deletions

View File

@@ -1,5 +1,13 @@
## todo
认证失败应当是 Warn 级别而非 Error 级别,需要修改
考虑再修改逻辑,等待子协程退出不应当级联,而是放在包全局管理,否则流程可能有问题
ProxyConn 直接实现 Conn 相同的接口,不再取出 Conn 使用
web 服务目录结构,不要 app 那层了
配置退出等待时间
log 控制台颜色,输出错误堆栈