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

Is there a way for the Broadcaster to respond from some specified IP address? #6

Open
omarandlorraine opened this issue Aug 30, 2024 · 0 comments

Comments

@omarandlorraine
Copy link

For reasons relating to the salesmen wanting to do customer-facing demonstrations of our networkable products, I'll be spawning one or more of these services on the localhost. But I'm having trouble discovering several services that are on the same physical host, since they respond from 172.16.16.158, the interface's IP address, instead of from 127.0.0.3, 127.0.0.4, etc, where the service is actually available.

This means that instead of receiving two or more instances of ResponderFound, I'm getting one ResponderFound and then one or more ResponseUpdates, which change the IP address back and forth.

My implementation is the broadcast example, mutatis mutandis, both ends having the .loopback() option.

Is there something I'm missing here?

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

1 participant