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

Messages submitted directly to nsqd > topic isn't delivered to websocket consumers #6

Open
vukasin-nikodijevic opened this issue Aug 18, 2017 · 0 comments

Comments

@vukasin-nikodijevic
Copy link

Steps to reproduce:

  1. subscribe to topic: test11
  2. In multiple tabs it works like a charm
  3. from cli I'm submitting message to topic: test11 over ncsd http api:
curl -X POST -d "message from curl" http://172.25.0.3:4151/pub?topic=test11
  1. check stats and message is properly submitted to topic: test11
# curl http://172.25.0.3:4151/stats
nsqd v1.0.0-compat (built w/go1.8)
start_time 2017-08-18T11:31:14Z
uptime 2h2m15.190690053s

Health: OK

   [test11         ] depth: 0     be-depth: 0     msgs: 13       e2e%: 
      [localhost_1#ephemeral    ] depth: 2     be-depth: 0     inflt: 0    def: 5    re-q: 33    timeout: 0     msgs: 13       e2e%: 
        [V2 localhost            ] state: 3 inflt: 0    rdy: 0    fin: 6        re-q: 33       msgs: 39       connected: 2h0m7s
  1. Any of tabs subscribed to topic will not receive submitted message
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