Henrriky
Henrriky
Just for context, I'm using the pm2 fork that manages the cluster. I am facing problems in production because of this error, it is a telephony application that manages several...
I implemented these things you gave me in this link, however, not much changed. According to the surveys I carried out, I had more than 2000 connections on socket.io, with...
Can you help me? I went back and made a simple script to test Socket.io with load testing with Artillery and get same error. When calling fetchSockets function. ```js const...
> I'm facing the same issue. I'm able to reproduce it with this [script](https://socket.io/docs/v4/load-testing/#manual-client-creation). I set the number of clients to 5000. > Is there any fix for this? I...
> > I solve this migrating the source code to Socketioxide of RUST > > Are there APIs like `fetchSockets` to handle clustering or are you running it as a...