Skip to content

0.2.5a1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 25 Jul 02:58
· 1 commit to main since this release
feat(rabbitmq): 添加上下文管理器支持并修复连接泄漏问题

实现上下文管理器接口,支持with语法自动资源清理
重构连接和通道关闭逻辑,确保线程安全和正确关闭顺序
添加连接泄漏测试脚本和示例代码
更新文档说明推荐使用上下文管理器模式