Closed mlbiam closed 8 months ago
Uncovered in https://github.com/OpenUnison/openunison-k8s/issues/102 it appears that the java.net.URL class can't decode wss, but java.net.URI can. Should switch over to URI
java.net.URL
java.net.URI
Uncovered in https://github.com/OpenUnison/openunison-k8s/issues/102 it appears that the
java.net.URL
class can't decode wss, butjava.net.URI
can. Should switch over to URI