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

Fix for connecting twice or more to the same endpoint very quickly in succession

This commit is contained in:
lidgren
2011-06-19 16:48:56 +00:00
parent 3bb1de95b6
commit daa1d4e946

View File

@@ -255,6 +255,7 @@ namespace Lidgren.Network
}
NetConnection conn = new NetConnection(this, remoteEndpoint);
conn.m_status = NetConnectionStatus.InitiatedConnect;
conn.m_localHailMessage = hailMessage;
// handle on network thread