You've already forked lidgren-network-gen3
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user