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