-
Hello, I have been using Socket.io in a docker container for a while, and it is running really smooth with almost 8K connexions, any idea how to handle this kind of situations ? by the way, I'm setting the Thank you in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Interesting! Have you found anything in the heapdump? |
Beta Was this translation helpful? Give feedback.
-
It turns out that this happened because of a stupid mistake in one of our functions called after each connexion (heavy usage of IO). |
Beta Was this translation helpful? Give feedback.
It turns out that this happened because of a stupid mistake in one of our functions called after each connexion (heavy usage of IO).