Skip to content

Commit d14f693

Browse files
authored
Merge pull request #1753 from myifeng/main
客户端连接成功时不主动发送hello
2 parents 1cfba1a + d74813e commit d14f693

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

main/xiaozhi-server/core/connection.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,6 @@ async def handle_connection(self, ws):
193193

194194
self.welcome_msg = self.config["xiaozhi"]
195195
self.welcome_msg["session_id"] = self.session_id
196-
await self.websocket.send(json.dumps(self.welcome_msg))
197196

198197
# 获取差异化配置
199198
self._initialize_private_config()

0 commit comments

Comments
 (0)