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

subscriber does not work #80

Open
frankely opened this issue Jul 23, 2024 · 2 comments
Open

subscriber does not work #80

frankely opened this issue Jul 23, 2024 · 2 comments

Comments

@frankely
Copy link

I can't figure out how to subscribe to a topic, publishing has been working fine, however I have tried all examples provided in the repo and they don't seen to work, I'm currently using version 1.4.6, has anyone have been able to subscribe using this version?

@mfirry
Copy link

mfirry commented Oct 8, 2024

I was struggling with this as well and my issues were solved when I started using the "correct" ports.

Specifically, for me it works when using the 4150 port for the Publisher (so the nsqd TCP port) and port 4161 for the Subscriber (so the nsqlookupd HTTP port).

Hope this helps.

@frankely
Copy link
Author

frankely commented Dec 5, 2024

Thank you @mfirry I will give this a try

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

No branches or pull requests

2 participants