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

**Describe the bug** If the server's upstream bandwidth is used up, it will generate a large number of pingTimeoutTimers, which in turn will cause memory leaks **To Reproduce** If the...

needs investigation

**Describe the bug** If a socket leaves the default room which matches its socket id, socket.to('room').emit messages will be receives by the client of the sender, even though the documentation...

enhancement

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

**Describe the bug** Having a issue with memory leak in my next.js application **To Reproduce** ``` | [19:0x3378e60] 357862272 ms: Scavenge 1971.0 (2050.2) -> 1970.5 (2050.2) MB, 9.9 / 0.0...

needs investigation

**Describe the bug** After upgrading to socket.io v4 from v2, our client and server connections no longer work correctly. We upgraded the socket.io-client package for the client to the latest...

needs investigation

**Is your feature request related to a problem? Please describe.** We experience on many machines, socket.io won't detect all websocket/tcp/network disconnects (like terminating vpn process, ripping out network cable, ...),...

question

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

How to integrate Socket.IO into NextJS route.ts? ```typescript import { Server } from 'socket.io' export const GET = (request: Request) => { // todo } export const POST = (request:...

documentation

**Describe the bug** `io.to([]).emit("hello")` sends to everybody instead of nobody **To Reproduce** Socket.IO server version: `4.6.1` *Server* ```js import { Server } from "socket.io"; const io = new Server(3000, {});...

enhancement

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