mirror of
https://github.com/xinnan-tech/xiaozhi-esp32-server.git
synced 2026-07-23 23:53:55 +08:00
1、await self.close(ws)已经在finally有关闭逻辑了,无需在except里关闭。 2、func_handler和mcp_manager的加载必须用异步实现,减少唤醒连接好使 3、关于iot等待func_handler问题,要在iot消息那里做等待