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** Typescript types are not working correctly, specifically for event listeners. `on()` and related methods don't seem to accept the callbacks. For example, I have a client class...

needs investigation

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

**Describe the bug** Upon using socket.IO alongside express, I wanted to create an AsyncLocalStorage with a middleware in my socket.IO connection. `socket.use`is a great tool, and work wonder when I...

question

Many times it did not gave any output for first time socket connection but works for second time or iff i refreshed the page. It always works on localhost but...

needs investigation

**Describe the bug** I want to be able to import the client version without having to use a bundler / using the `serveClient` option on the server. Can you just...

to triage

Have you considered publishing this to the JSR registry? I really like it and have been using it for a while. it offers so many more features compared to npm,...

enhancement

**Summary** The current implementation of `maxHttpBufferSize` only validates message size on the server side. When a client sends a payload larger than this limit, the server closes the connection, often...

enhancement

**Describe the bug** after a long time of connection websocket does not connect and throws "WebSocket is closed before the connection is established." until you restart the server. **To Reproduce**...

to triage

**Is your feature request related to a problem? Please describe.** Connection state recovery only recovers packets that are buffered on the server. On reconnect, these are then sent to the...

enhancement