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()