mirror of
https://github.com/xinnan-tech/xiaozhi-esp32-server.git
synced 2026-07-26 17:13:54 +08:00
refactor(connection): 合并旧逻辑新的业务逻辑代码
This commit is contained in:
@@ -226,7 +226,7 @@ class XiaozhiServerFacade:
|
||||
if self.multi_protocol_server:
|
||||
await self.multi_protocol_server.stop()
|
||||
|
||||
# 关闭共享 ASR 管理器(优雅停机)
|
||||
# 关闭共享 ASR 管理器
|
||||
if self.shared_asr_manager:
|
||||
logger.bind(tag=TAG).info("正在关闭共享 ASR 管理器...")
|
||||
await self.shared_asr_manager.shutdown()
|
||||
|
||||
Reference in New Issue
Block a user