You've already forked lidgren-network-gen3
mirror of
https://github.com/lidgren/lidgren-network-gen3.git
synced 2026-05-17 07:36:32 +09:00
Fix for executing disconnects due to timeout
This commit is contained in:
@@ -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?
|
||||
|
||||
Reference in New Issue
Block a user