yariplus / minecraft-nodebb-integration

A plugin for Minecraft servers for integration with a NodeBB forum.
Creative Commons Zero v1.0 Universal
9 stars 4 forks source link

I messed up sockets. #9

Closed yariplus closed 8 years ago

yariplus commented 8 years ago

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.

yariplus commented 8 years ago

Seems to be related to clustering, doesn't happen on normal NodeBBs.