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
File : nsq/nsqlookupd/nsqlookupd.go Around line 43-46
l.httpListener, err = net.Listen("tcp", opts.HTTPAddress) if err != nil { return nil, fmt.Errorf("listen (%s) failed - %s", opts.TCPAddress, err) }
why it will print TCPAddress instead of HTTPAddress
The text was updated successfully, but these errors were encountered:
@TangDH03 good catch. Would you be interested in contributing a fix for this?
Sorry, something went wrong.
Sure,I will raise a PR
Successfully merging a pull request may close this issue.
File : nsq/nsqlookupd/nsqlookupd.go
Around line 43-46
why it will print TCPAddress instead of HTTPAddress
The text was updated successfully, but these errors were encountered: