mirror of
https://github.com/xinnan-tech/xiaozhi-esp32-server.git
synced 2026-07-22 23:23:55 +08:00
客户端连接成功时不主动发送hello
This commit is contained in:
@@ -193,7 +193,7 @@ class ConnectionHandler:
|
||||
|
||||
self.welcome_msg = self.config["xiaozhi"]
|
||||
self.welcome_msg["session_id"] = self.session_id
|
||||
await self.websocket.send(json.dumps(self.welcome_msg))
|
||||
self.logger.bind(tag=TAG).info(f"客户端 {self.device_id} 连接成功")
|
||||
|
||||
# 获取差异化配置
|
||||
self._initialize_private_config()
|
||||
|
||||
Reference in New Issue
Block a user