What steps will reproduce the problem?
1. Start chat client app then click connect to not-started chat server
2. Start chat server
What is the expected output? What do you see instead?
expected : client attempt to send another connect
i see : client does not send another connect attempt
What version of the product are you using? On what operating system?
version : SVN revision 150
OS : WinXP SP3
Please provide any additional information below.
internal void UnconnectedHeartbeat(float now)
{
...
if (m_connectRequested)
{
...
}
...
}
m_connectRequested is false which is set by SendConnect(), that will
cause UnconnectedHeartbeat does not send another SendConnect attempt
Original issue reported on code.google.com by f120...@gmail.com on 9 Nov 2010 at 9:27
Original issue reported on code.google.com by
f120...@gmail.com
on 9 Nov 2010 at 9:27