Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug:useWebSocket不断重新连接 #2697

Closed
dongmucat opened this issue Dec 7, 2024 · 5 comments
Closed

Bug:useWebSocket不断重新连接 #2697

dongmucat opened this issue Dec 7, 2024 · 5 comments
Labels
🤔 Need Reproduce We cannot reproduce your problem

Comments

@dongmucat
Copy link

function App() {
return (

<Route
path="/chat/:id"
element={}
/>


);

}

然后在Chat组件使用useWebSocket会一直不断的重新连接 ws,node20.9.0,"ahooks": "^3.8.4",
@dongmucat
Copy link
Author

看了源码,可能是ws.onclose事件中不断调用重连

@crazylxr
Copy link
Collaborator

来个 demo 吧

@crazylxr crazylxr added the 🤔 Need Reproduce We cannot reproduce your problem label Dec 10, 2024
Copy link

Hello @dongmucat. Please provide a online reproduction by forking this link https://codesandbox.io/s/ok2fe or a minimal GitHub repository. Issues labeled by Need Reproduce will be closed if no activities in 3 days.

你好 @dongmucat, 我们需要你提供一个在线的重现实例以便于我们帮你排查问题。你可以通过点击 此处 创建一个 codesandbox 或者提供一个最小化的 GitHub 仓库。3 天内未跟进此 issue 将会被自动关闭。

@dongmucat
Copy link
Author

我直接修改了源码,可以提PR吗?

@dongmucat
Copy link
Author

来个 demo 吧

#2698 ,提了PR @crazylxr

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Dec 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🤔 Need Reproduce We cannot reproduce your problem
Projects
None yet
Development

No branches or pull requests

2 participants