socket.io
socket.io copied to clipboard
Realtime application framework (Node.JS server)
**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...
**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...
**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....
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:...
**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...
**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...
**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...
### 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...
socket.io: 4.6.1 socket.io-client: 4.6.1