When the simulator is launched, the HttpServer listens on all interfaces at the specified -http-port according to communication.cs
Can you add an option to specify a specific address to open the port on? i.e. use the WebSocketSharp.Server.HttpServer(url) as an option vs WebSocketSharp.Server.HttpServer(port).
This will resolve controlling the exposed ports when running the simulator.
When the simulator is launched, the HttpServer listens on all interfaces at the specified -http-port according to communication.cs
Can you add an option to specify a specific address to open the port on? i.e. use the WebSocketSharp.Server.HttpServer(url) as an option vs WebSocketSharp.Server.HttpServer(port).
This will resolve controlling the exposed ports when running the simulator.