From 3e951d0df52988a3ef60613c2c211fed3be66901 Mon Sep 17 00:00:00 2001 From: wuzuowei Date: Sat, 11 May 2024 20:18:55 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B7=B3=E8=BD=AC=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- platform-code/src/microhost/components/rightInfo/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform-code/src/microhost/components/rightInfo/index.tsx b/platform-code/src/microhost/components/rightInfo/index.tsx index 0b14cc8..625c9b3 100644 --- a/platform-code/src/microhost/components/rightInfo/index.tsx +++ b/platform-code/src/microhost/components/rightInfo/index.tsx @@ -38,7 +38,7 @@ const RightInfo = () => { const ws = useRef(new Socket(new SocketOption())) const [socketData, setsocketData] = useState({}) useEffect(() => { - startSocket() + // startSocket() return () => { ws.current.dispose()