Forged Alliance Forever Forged Alliance Forever Forums 2012-05-07T13:45:09+02:00 /feed.php?f=3&t=1180 2012-05-07T13:45:09+02:00 2012-05-07T13:45:09+02:00 /viewtopic.php?t=1180&p=12598#p12598 <![CDATA[Re: Lobby still has the bug, showing too many players in a g]]> Statistics: Posted by Ze_PilOt — 07 May 2012, 13:45


]]>
2012-05-07T13:16:09+02:00 2012-05-07T13:16:09+02:00 /viewtopic.php?t=1180&p=12597#p12597 <![CDATA[Re: Lobby still has the bug, showing too many players in a g]]>
Ze_PilOt wrote:
There is this in the lua code :

Code:
quietTimeout = 10000.0 # milliseconds to wait before booting people
maxPlayerSlots = 12
maxConnections = 15 # count doesn't include ourself.



Probably, FA fails to clean old connections, goes to more than 15 and crashes. I will try to increase the maxConnections and decrease the quietTimeout.

The server is sending "DisconnectFromPeer" command to each players, but maybe it's not enough for FA to kill them.

But at some point, it's up to the host to be very careful and kick observers and nil player as soon as possible.


what does fa do if maxconnections is reached? is there a command:
if connections > maxConnections
crash game
end if;

? :D

Statistics: Posted by Kryo — 07 May 2012, 13:16


]]>
2012-05-07T10:48:08+02:00 2012-05-07T10:48:08+02:00 /viewtopic.php?t=1180&p=12587#p12587 <![CDATA[Re: Lobby still has the bug, showing too many players in a g]]>
Code:
quietTimeout = 10000.0 # milliseconds to wait before booting people
maxPlayerSlots = 12
maxConnections = 15 # count doesn't include ourself.



Probably, FA fails to clean old connections, goes to more than 15 and crashes. I will try to increase the maxConnections and decrease the quietTimeout.

The server is sending "DisconnectFromPeer" command to each players, but maybe it's not enough for FA to kill them.

But at some point, it's up to the host to be very careful and kick observers and nil player as soon as possible.

Statistics: Posted by Ze_PilOt — 07 May 2012, 10:48


]]>
2012-05-07T09:17:15+02:00 2012-05-07T09:17:15+02:00 /viewtopic.php?t=1180&p=12578#p12578 <![CDATA[Lobby still has the bug, showing too many players in a game]]>
i dunno how I should report as this is not in a log or replay. But zep should know what I mean.

What I can say:

Happens more often in game lobbies with many players (>6).

Happens more often if the FAF lobby seems to be laggy at the moment. (also will raise the chances of 0 ping (Nil))

Happens not if host kicks someone. Rather if someone loses connection by timeout or sth.

Statistics: Posted by Kryo — 07 May 2012, 09:17


]]>