Skip to content

⚡️(frontend) add debounce WebSocket reconnect#2104

Merged
lunika merged 1 commit intomainfrom
fix/add-connect-timer
Mar 23, 2026
Merged

⚡️(frontend) add debounce WebSocket reconnect#2104
lunika merged 1 commit intomainfrom
fix/add-connect-timer

Conversation

@AntoLC
Copy link
Copy Markdown
Collaborator

@AntoLC AntoLC commented Mar 23, 2026

Purpose

We add a debounce mechanism to the WebSocket reconnect logic in the useProviderStore to prevent rapid reconnection attempts that can lead to performance issues and potential server overload.

@AntoLC AntoLC self-assigned this Mar 23, 2026
@AntoLC AntoLC added bug Something isn't working frontend y.js labels Mar 23, 2026
We add a debounce mechanism to the WebSocket
reconnect logic in the `useProviderStore` to
prevent rapid reconnection attempts that can
lead to performance issues and potential server
overload.
@AntoLC AntoLC force-pushed the fix/add-connect-timer branch from 4a39ddf to 83a24c3 Compare March 23, 2026 16:01
@AntoLC AntoLC requested a review from lunika March 23, 2026 16:02
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Mar 23, 2026

Size Change: +17 B (0%)

Total Size: 4.23 MB

Filename Size Change
apps/impress/out/_next/static/e22fdafa/_buildManifest.js 906 B +906 B (new file) 🆕
apps/impress/out/_next/static/e49ec20c/_buildManifest.js 0 B -904 B (removed) 🏆

compressed-size-action

@lunika lunika enabled auto-merge (squash) March 23, 2026 16:32
@lunika lunika disabled auto-merge March 23, 2026 16:32
@lunika lunika merged commit 83a24c3 into main Mar 23, 2026
26 of 27 checks passed
@lunika lunika deleted the fix/add-connect-timer branch March 23, 2026 16:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working frontend y.js

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants