lnobad / lidgren-network-gen3

Automatically exported from code.google.com/p/lidgren-network-gen3
0 stars 0 forks source link

UnconnectedHeartbeat failed to send another connect attempt #55

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Fixed in revision 172

Original comment by lidg...@gmail.com on 25 Dec 2010 at 9:52