You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: