kharidiron / StarryPy

Plugin-driven Starbound proxy server built using Twisted.
Do What The F*ck You Want To Public License
10 stars 3 forks source link

Dummy Players upon client crash #23

Open kurisubrooks opened 9 years ago

kurisubrooks commented 9 years ago

When a user crashes, or is kicked by the game ("client session no longer valid"), the user will appear to still be logged in, when they are not. The user cannot login until kicked by a Moderator, or the server 'catches up'.

kharidiron commented 9 years ago

This has been an old issue. It has to due with the server factory not reaping the connections. I need to do some more research on how this is handled in StarryPy before I can attempt a fix.