Hi, I’m the Broke Protocol dev. If me or others leave the servers running for few days, eventually I get this sequence of messages and then the application (background process) just exits without any errors or Exceptions in the log. This happens on both my gameserver and masterserver. which although use the same Network topology, are completely different codewise.
“”
Log: connection {14} has been disconnected by timeout; address {::ffff:177.107…
connection in user state {32}
connection in user state {32}
connection in user state {32}
connection in user state {32}
connection in user state {32}
connection in user state {32}
connection in user state {32}
connection in user state {32}
connection in user state {32}
connection in user state {32}
Attempt to send to not connected connection {14}
“”
What’s the meaning of “connection in user state {32}”. Please note my gameserver is set at 32 players. Not sure if it was full at the time of unannounced exit. Google gives me nothing.