I guess Mono doesn't support AllowNatTraversal?
This commit is contained in:
@@ -63,7 +63,9 @@ namespace Discord
|
||||
protected override void OnConnect()
|
||||
{
|
||||
_udp = new UdpClient(new IPEndPoint(IPAddress.Any, 0));
|
||||
#if !DNX451
|
||||
_udp.AllowNatTraversal(true);
|
||||
#endif
|
||||
_isReady = false;
|
||||
_isClearing = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user