We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.
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
The text was updated successfully, but these errors were encountered:
zmq_bind() expects tcp://<interface>:<port> so maybe tcp://lo:9400 would work. Can you confirm?
zmq_bind()
tcp://<interface>:<port>
tcp://lo:9400
But I agree that the example.ini is misleading, I will fix this.
example.ini
Sorry, something went wrong.
I confirm ! Can put iface or ip address, but not hostname.
mpbraendli
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: