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

zmqctrlendpoint not support hostname. #29

Closed
YoannQueret opened this issue May 28, 2018 · 2 comments
Closed

zmqctrlendpoint not support hostname. #29

YoannQueret opened this issue May 28, 2018 · 2 comments
Assignees

Comments

@YoannQueret
Copy link

zmqctrlendpoint not support hostname.

Can not use :
zmqctrlendpoint: tcp://localhost:9400
But need to put IP :
zmqctrlendpoint: tcp://127.0.0.1:9400

/etc/hosts file is correct :
127.0.0.1 localhost

@mpbraendli
Copy link
Member

zmq_bind() expects tcp://<interface>:<port> so maybe tcp://lo:9400 would work. Can you confirm?

But I agree that the example.ini is misleading, I will fix this.

@mpbraendli mpbraendli self-assigned this May 28, 2018
@YoannQueret
Copy link
Author

I confirm !
Can put iface or ip address, but not hostname.

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