1
0
mirror of https://github.com/lidgren/lidgren-network-gen3.git synced 2026-05-06 02:11:06 +09:00

Premature checkin problem fixed

This commit is contained in:
lidgren
2014-07-31 19:03:55 +00:00
parent d2ae3cf41d
commit 57eba64f6f

View File

@@ -258,12 +258,6 @@ namespace Lidgren.Network
catch { }
m_socket.Close(2); // 2 seconds timeout
}
if (m_messageReceivedEvent != null)
{
m_messageReceivedEvent.Set();
m_messageReceivedEvent.Close();
m_messageReceivedEvent = null;
}
}
finally
{