mirror of
https://ghfast.top/https://github.com/aeroxw/easy_tdx_max.git
synced 2026-09-12 19:14:19 +08:00
1. 在 AsyncTdxClient 中增加后台心跳任务,默认每 60 秒发送一次请求。 2. 支持在连接成功后自动启动,并在连接关闭时自动停止心跳任务。 3. 增加单元测试 tests/unit/test_heartbeat.py 验证心跳循环与清理逻辑。