View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
---|---|---|---|---|---|---|---|---|---|
0002757 | Spring engine | General | public | 2011-11-24 00:58 | 2011-11-24 01:26 | ||||
Reporter | BrainDamage | ||||||||
Assigned To | abma | ||||||||
Priority | high | Severity | major | Reproducibility | always | ||||
Status | resolved | Resolution | no change required | ||||||
Product Version | 84.0 | ||||||||
Target Version | Fixed in Version | ||||||||
Summary | 0002757: Midgame join and rejoin are broken after the game has started | ||||||||
Description | Midgame join and rejoin are broken after the game has started, one can rejoin & dynamic join in pregame phase fine I suspect canReconnect is always set to false in Game/GameServer.cpp because: if (!canReconnect && !allowAdditionalPlayers) packetCache.clear(); // free memory if (UDPNet && !canReconnect && !allowAdditionalPlayers) UDPNet->Listen(false); // don't accept new connections since spring doesn't appear to be listening anymore to new connections after game has started | ||||||||
Tags | No tags attached. | ||||||||
Checked infolog.txt for Errors | |||||||||
Attached Files |
|
![]() |
|
abma (administrator) 2011-11-24 01:02 Last edited: 2011-11-24 01:11 |
that was changed a few commits ago... https://github.com/spring/spring/commit/2607f60607b4f0b168f34f5fa87077cafe06c059 related? |
zerver (reporter) 2011-11-24 01:10 |
I think it is caused by old config file for the server Delete this line: ReconnectTimeout = 0 |
BrainDamage (developer) 2011-11-24 01:22 |
confirmed that deleting ReconnectTimeout = 0 fixes it |
abma (administrator) 2011-11-24 01:26 Last edited: 2011-11-24 01:31 |
thx for reporting! :-) i added a note to the release-thread: http://springrts.com/phpbb/viewtopic.php?f=2&t=27137&p=505767#p505767 |
![]() |
|||
Date Modified | Username | Field | Change |
---|---|---|---|
2011-11-24 00:58 | BrainDamage | New Issue | |
2011-11-24 01:02 | abma | Note Added: 0007664 | |
2011-11-24 01:10 | zerver | Note Added: 0007666 | |
2011-11-24 01:10 | abma | Note Edited: 0007664 | |
2011-11-24 01:11 | abma | Note Edited: 0007664 | |
2011-11-24 01:22 | BrainDamage | Note Added: 0007667 | |
2011-11-24 01:26 | abma | Note Added: 0007668 | |
2011-11-24 01:26 | abma | Status | new => resolved |
2011-11-24 01:26 | abma | Resolution | open => no change required |
2011-11-24 01:26 | abma | Assigned To | => abma |
2011-11-24 01:31 | abma | Note Edited: 0007668 |