Open hamadodene opened 1 year ago
The problem seems to be related to too many open sockets. The excessive number of open sockets was due to a high number of requests that were arriving at our production shells.
In standard situations the number of open sockets is around 40k peak. While in this case we had reached a number of open sockets >65k.
Maybe #416 can help improve the situation. But I'm not sure. I will try to do some tests.