diff --git a/Lidgren.Network/NetConnection.cs b/Lidgren.Network/NetConnection.cs index abdb42f..9a13455 100644 --- a/Lidgren.Network/NetConnection.cs +++ b/Lidgren.Network/NetConnection.cs @@ -150,6 +150,7 @@ namespace Lidgren.Network // m_peer.LogVerbose("Connection timed out at " + now + " deadline was " + m_timeoutDeadline); ExecuteDisconnect("Connection timed out", true); + return; } // send ping?