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

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

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

**Describe the bug** A clear and concise description of what the bug is. Cannot import io from socket.io-client **To Reproduce** Use @kellnerd/userscript-bundler to try to bundle `import { io }...

question

**Describe the bug** The documentation states that middleware errors should stop the client from reconnecting. However, this does not seem to be the case for middleware created using io.engine.use. **To...

documentation

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] ``` import { io...

enhancement

**Describe the bug** I have a package that exports a function requiring a typed Namespace to do its thing. This Namespace has a `SocketData` value of `{ connectionId: string }`....

enhancement
package:socket.io

**Is your feature request related to a problem? Please describe.** Currently, my application maintains reasonably large Buffer objects in a pool, reusing them to avoid tons of GC contention. However,...

enhancement

**Describe the bug** Socket.io client using sveltekit and firebase fails in production with the error: `TypeError: Cannot read properties of undefined (reading 'bind')`. It works fine for my development server....

to triage

**Feature Request: Full Support for Bun** **Description:** Hello Socket.IO Team, I hope this message finds you well. I am writing to request full support for Bun in the Socket.IO library....

enhancement

First, I want to express my appreciation for Socket.IO. It has been instrumental in helping us build real-time features and has served us well for several years (4). The library's...

to triage