From 64290a229cbadb374ba0db9fd611afcbcc15772f Mon Sep 17 00:00:00 2001 From: lidgren Date: Tue, 17 Jun 2014 20:27:15 +0000 Subject: [PATCH] Fix for executing disconnects due to timeout --- Lidgren.Network/NetConnection.cs | 1 + 1 file changed, 1 insertion(+) 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?