1
0
mirror of https://github.com/lidgren/lidgren-network-gen3.git synced 2026-05-15 14:46:29 +09:00

Fixed bug appearing when Connect called twice for same endpoint

This commit is contained in:
lidgren
2010-11-03 13:21:00 +00:00
parent e1d1913d15
commit 3720cfee93

View File

@@ -236,6 +236,7 @@ namespace Lidgren.Network
LogWarning("Weird situation; Connect() already in progress to remote endpoint; but hs status is " + hs.Status);
break;
}
return hs;
}
NetConnection conn = new NetConnection(this, remoteEndpoint);