Closed roydejong closed 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.
:
Made changes on server & client, resolved for v1
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.