Page 1 of 1

Can't reconnect: Says already connected

Posted: Tue Oct 04, 2016 11:27 am
by henke37
Sometimes when you are dropped and then reconnect the server will reject you for the insane reason of already being connected. Specifically, there already being a connected player with the same name.

This is patent nonsense, I am obviously not connected if I'm reconnecting.

I propose a simple fix: Have each instance of factorio create a random instance id at start. Then have the server check if the new connection is for an existing instance id. If so, replace the old and defunct connection with the new one.

Re: Can't reconnect: Says already connected

Posted: Tue Oct 04, 2016 1:03 pm
by kovarex
henke37 wrote:I propose a simple fix: Have each instance of factorio create a random instance id at start. Then have the server check if the new connection is for an existing instance id. If so, replace the old and defunct connection with the new one.
That is actually a very simple solution that works even if you don't use the user verification server.

Implemented for the next version.