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: UPnP discovery response did not time out
This commit is contained in:
@@ -389,6 +389,9 @@ namespace Lidgren.Network
|
||||
}
|
||||
}
|
||||
|
||||
if (m_upnp != null)
|
||||
m_upnp.CheckForDiscoveryTimeout();
|
||||
|
||||
//
|
||||
// read from socket
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user