feat(sharedASR): 优化ASR启动策略,支持本地模型预加载,避免连接超时。

This commit is contained in:
caixypromise
2025-12-28 23:13:58 +08:00
parent 1ba556988f
commit c9bf6c501c
12 changed files with 724 additions and 27 deletions
@@ -430,3 +430,4 @@ class MQTTProtocol:
self.socket.close()
except Exception as e:
logger.error(f"关闭socket失败: {e}")