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

Realtime application framework (Node.JS server)

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

**The bug** Hi everyone, my bug is easy to understand. I want to send from my next api a message to a socketIO server running with nodejs. When I try...

question

**Describe the bug** Hi and thanks for this useful module. We are upgrading from v2 to v4 and have been struggling to get the behavior we had before, would love...

needs investigation

**Is your feature request related to a problem? Please describe.** Hey there, the current implementation of `fetchSockets` in `ClusterAdapterWithHeartbeat` only resolves if a response was received from all cluster nodes....

enhancement

The client is java implementation("io.socket:socket.io-client:1.0.2"); server is implementation("com.corundumstudio.socketio:netty-socketio:1.7.17") When the size of concurrent data sent by the client reaches 20 MB, the socket connection is disconnected error message is: cause:...

needs investigation

**Describe the bug** When using "emitWithAck" on the server side, the memory is not freed when the acknowledgement timeout is reached. I tested on 500 client connections, and the memory...

bug

**Describe the bug** Im setting up the server in my springboot application and nodejs application (not simaltaneously) both and my client in nodejs. When I set the auth token on...

question

**Is your feature request related to a problem? Please describe.** Currently, socket.io can't be used in Chrome extension background script, since modern Manifest V3 extensions are using service worker as...

enhancement

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

**Is your feature request related to a problem? Please describe.** I'm trying to make use of `io.to("room").emitWithAck(...)` to make clients all proceed to the next stage of a game, but...

enhancement