Open tolstenko opened 5 years ago
I also have the same issue. You can either change the targeting master server ip address to 127.0.0.1 in both MSServer and MSClient or change the default local address of Master Server to m_localAddress = IPAddress.IPv6Any or change the localhost solver in you OS to 127.0.0.1.
Should probably make NetPeer.Connect(string host,...)
overloads select IP based on currently configured address family.
I am facing this issue:
Dns.GetHostEntry also returns IPv6 addresses. In this case, the IPv6 address (::1) is first in the list.
Steps to reproduce:
Probably this could be caused by having many vEthernets on my machine and wifi.