Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simulator Runs HttpServer that listens on all interfaces #9

Open
eric-hsiung opened this issue Feb 22, 2022 · 1 comment
Open

Simulator Runs HttpServer that listens on all interfaces #9

eric-hsiung opened this issue Feb 22, 2022 · 1 comment

Comments

@eric-hsiung
Copy link

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.

@kswain55
Copy link
Collaborator

Hi @eric-hsiung! I will implement this as soon as possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants