From 30a1a40a8c904ce17daeb8eb87d90e81178aa103 Mon Sep 17 00:00:00 2001 From: liyuanhu Date: Wed, 7 May 2025 17:15:41 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9Awebsoket=E8=BF=9E=E6=8E=A5?= =?UTF-8?q?=E6=9B=B4=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index c57bb6b..05266dc 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -120,7 +120,7 @@ function App() { console.log("Initializing WebSocket connection..."); eventsWsRef.current = new WebSocketClient( - "ws://10.66.66.234:8080/events", + "ws://47.82.97.10:8080/events", {}, { autoReconnect: true,