bun
bun copied to clipboard
Fix WebSocket client stability issues
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.
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
Duplicate of #6686