socket.io icon indicating copy to clipboard operation
socket.io copied to clipboard

Realtime application framework (Node.JS server)

Results 336 socket.io issues
Sort by recently updated
recently updated
newest added

**Describe the bug** In a Socket.IO application, events emitted just before a client disconnects are not properly handled by specific `on(...)` listeners. While the `onAny(...)` listener detects these events, the...

needs investigation

**Describe the bug** Using socket.io 4.8.0 server and socket.io-client 4.8.0 with native Node v21+ web socket transport I'm getting the following exception when the connection is closed between the client...

bug

Thanks for your great library, it's a real life saver for me. **Describe the bug** I struggle with missing dependencies. **To Reproduce** I've created a new project and added the...

bug

**Describe the bug** Probably related to #5201 but solution in there did not work in this case. I just updated from `socket.io-client` v4.7.5 to v4.8.0 and I am now getting...

bug

Hello! I've repeat your example from website socket-io, but catch exception "Websocket error" in console. Can you say me please what I should to do to fix this problem? Only...

bug
other languages

Method from [guide](https://socket.io/how-to/use-with-nuxt#hook-the-socketio-server) worked fine until nuxt/nitro updated `crossws` version to 0.3.0, where `peer.ctx` is moved to `peer._internal`. Simple change from `ctx` to `_internal` will work only in dev mode,...

to triage

I saw there is a socket.io-deno package and even tho I really love Deno I feel like Bun is currently skyrocketing both as a package manager as well as a...

enhancement

**Describe the bug** for some reason socket.io won't send a message to a specific room. right before using the io.to(${socket.id}-devices).emit("event", data) i check what sockets are in said room by...

to triage

**Describe the bug** I have a client which connects to server If the server stops and restarts the connect event is not called anymore In version 4.7.5 the connect event...

bug
needs investigation

### The kind of change this PR does introduce * [x] a bug fix * [ ] a new feature * [ ] an update to the documentation * [...