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

Fix WebSocket client stability issues #1348

Closed
Jarred-Sumner opened this issue Oct 19, 2022 · 2 comments
Closed

Fix WebSocket client stability issues #1348

Jarred-Sumner opened this issue Oct 19, 2022 · 2 comments
Labels
bug Something isn't working performance An issue with performance

Comments

@Jarred-Sumner
Copy link
Collaborator

Bun's WebSocket client does not seem perform as well under load on Linux as it does on macOS. We need to dig into why.

Note that this is unrelated to the WebSocket server because the code is entirely different.

@Electroid Electroid added bug Something isn't working performance An issue with performance labels Oct 19, 2022
@Jarred-Sumner
Copy link
Collaborator Author

Running this file on Linux with a server running: https://github.com/oven-sh/bun/blob/main/bench/websocket-server/chat-client.mjs

reproduces the bug

@Electroid
Copy link
Contributor

Duplicate of #6686

@Electroid Electroid marked this as a duplicate of #6686 Oct 24, 2023
@Electroid Electroid closed this as not planned Won't fix, can't repro, duplicate, stale Oct 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working performance An issue with performance
Projects
None yet
Development

No branches or pull requests

2 participants