Sockets are messed up somehow. It's opening too many connections. Causes bad things to happen.
Sockets get disconnected from the NodeBB server almost immediately it seems, but they remain open. SIO tries to auto-close them, but it isn't fast enough fast enough.
Need to find out why they are disconnecting.
Connection leak is a reported Socket.IO Java issue. Sockets not responding was a cluster issue, see below.
Sockets are messed up somehow. It's opening too many connections. Causes bad things to happen.Sockets get disconnected from the NodeBB server almost immediately it seems, but they remain open. SIO tries to auto-close them, but it isn't fast enough fast enough.Need to find out why they are disconnecting.Connection leak is a reported Socket.IO Java issue. Sockets not responding was a cluster issue, see below.