socket.io
socket.io copied to clipboard
Realtime application framework (Node.JS server)
**Describe the bug** We're sometimes seeing a very rare upgrade error while using `uWebSockets.js` (uws); ``` TypeError: Cannot read properties of undefined (reading 'forEach') at subscribe (/node_modules/socket.io/dist/uws.js:87:11) at Socket. (/node_modules/socket.io/dist/uws.js:28:17)...
Hey, I have visited https://socket.io/docs/v4/custom-parser/#implementing-your-own-parser I use the same default parser to just add some extension functionality to it and used the following way on the client side ```js class...
**Describe the bug** Socket connection drops after download is initiated via hidden href link download in chrome. Chome : Version 103.0.5060.134 (Official Build) (64-bit), but it was reproducable with any...
Socket.io connects and disconnects only for some clients resulting in package lost / unreliability
**Describe the bug** A clear and concise description of what the bug is. We have an nodejs websocket server with 3k+ concurrent connections. A few segment of clients disconnect and...
**Describe the bug** A clear and concise description of what the bug is. I know there is another thread on this https://github.com/socketio/socket.io/issues/3025, but I read through and tried everything and...
**Describe the bug** I am getting the following error when I try to use eiows with a node 16 worker: ``` FATAL ERROR: HandleScope::HandleScope Entering the V8 API without proper...
There is a lot of comments related about memory leaks, so I want to know how socketio allows to developers manage backpreassure. I know using the volatile method allows to...
**Describe the bug** Hello there, I want to create a multiplayer 2d platformer using socket.io on Client-side (libgdx, Java based). And using node.js on the server side. The problem begins...
**Describe the bug** The socket.io Server constructor types do not include Http2SecureServer so there's a type error when instantiating a Server as per the documentation HTTP/2 example. **To Reproduce** Socket.IO...
Hello i made a project with node.js socket.io and proxy with apache2. Everything is ok project working fine but sometimes my all connection sending a connection error which message is...