roydejong / BeatSaberServerBrowser

Beat Saber modification that adds a Server Browser to the Online menu, making it easy to share and join custom multiplayer games.
MIT License
102 stars 11 forks source link

IPv6 endpoint support #57

Closed roydejong closed 2 years ago

roydejong commented 2 years ago

As mentioned in (https://github.com/roydejong/BeatSaberServerBrowser/pull/56#issuecomment-1015697072), IPv6 endpoints are not being communicated correctly.

This is a JSON serialization issue which splits on : char.

roydejong commented 2 years ago

Made changes on server & client, resolved for v1