You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've chosen IPEndPoint to represent Peer.EndPoint in #120 . but IPEndPoint can't represent address using DNS. (e.g. seed.nekoyume.game) so we should replace it to with DnsEndPoint or EndPoint
The text was updated successfully, but these errors were encountered:
We've chosen
IPEndPoint
to representPeer.EndPoint
in #120 . butIPEndPoint
can't represent address using DNS. (e.g.seed.nekoyume.game
) so we should replace it to withDnsEndPoint
orEndPoint
The text was updated successfully, but these errors were encountered: