修复通道注册失败问题

This commit is contained in:
2025-12-05 18:57:52 +08:00
parent 5649a03c47
commit 9e237be21e
6 changed files with 17 additions and 22 deletions

View File

@@ -1,12 +1,13 @@
## TODO
考虑一个方案限制接口请求速率,无侵入更好
trade/create 性能问题,缩短事务时间,考虑其他方式实现可靠分布式事务
jsonb 类型转换问题,考虑一个高效的 any 到 struct 转换工具
端口资源池的 gc 实现
考虑一个方案限制接口请求速率,无侵入更好
标准化生产环境 cors 配置