1
0
mirror of https://github.com/lidgren/lidgren-network-gen3.git synced 2026-05-17 23:56:30 +09:00

Fix for executing disconnects due to timeout

This commit is contained in:
lidgren
2014-06-17 20:27:15 +00:00
parent 1de702e5ff
commit 64290a229c

View File

@@ -150,6 +150,7 @@ namespace Lidgren.Network
// //
m_peer.LogVerbose("Connection timed out at " + now + " deadline was " + m_timeoutDeadline); m_peer.LogVerbose("Connection timed out at " + now + " deadline was " + m_timeoutDeadline);
ExecuteDisconnect("Connection timed out", true); ExecuteDisconnect("Connection timed out", true);
return;
} }
// send ping? // send ping?