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