fix: 修复 MQTT 连接逻辑中的多处 NPE 和 Bug
- sendCommand: 增加 type/data/device/time 字段 null 检查,防止 NPE 崩溃
- programPublish: 删除 if 块外多余的 programTime 赋值,修复防抖逻辑失效
- ContainerHandler: weakReference.get() 增加 null 判断,socket 心跳不受影响
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|