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

According to HTTP Archive data, 71% of sites using socket.io (73k out of 103k sites) have BFCache not available because developers are not following the best practices to handle WebSocket...

question

**Describe the bug** Client getting disconnected when running socketio with bun. The client is able to create the initial connection but after that, the client gets auto disconnect. I have...

to triage

**Describe the bug** If the server does not periodically send the client messages, connection state recovery may fail unexpectedly. **To Reproduce** Socket.IO server version: `4.7.5`, in-memory adapter *Server* ``` import...

to triage

When the connection between the client and server is established for the first time, everything works fine. However, as soon as the user goes offline and the socket.io-client attempts to...

unable to reproduce
needs investigation

Hi, it seems that the logging only can be enabled, when socket.io-client is running on a node instance. If I use socket.io-client in my Angular application and run `localStorage.debug =...

enhancement

**Describe the bug** I've tried three seperate nodejs HTTP proxy agent libraries. They seem to work fine without issue, however, not a single actual Proxy URL works with socket.io-client within...

to triage

**Describe the bug** Hi, at my company we are in the middle of switching from express to uWebSockets. We use - Nestjs - Ultimate-Express - socket.io with attachApp - engine.use(sessionMiddleware)...

to triage

### 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 * [ ] a new feature * [ ] an update to the documentation *...

**Socket issue:** My Laravel backend is hosted on https://example001.com/, while my Reactapp is hosted on https://example002.com./ React uses the 4.8.1 version of the socket.io client, and Laravel uses the 4.7.5...

to triage