Connecting to NameServer (running via PhotonControl) from Unity

PUN: 2.35, Photon Lib: 4.1.6.5, photon-server-sdk_v5-0-12-24499-rc1

Hi, I can't seem to figure this one out. I'm trying to connect to the NameServer via wss from a Unity WebGL project.

I've got the server and the client both running on the same machine. These are the relevant appsettings Im using:


UseNameServer = true,

FixedRegion = null,

Server = "192.168.1.140",

Port = 9093,

Protocol = ConnectionProtocol.WebSocket,


It just hangs waiting for a response, I get no errors, nothing in the Nameserver logs, nada. I've tried changing protocols (and thus ports) with mostly the same outcome.


Any ideas?