You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nats subscribe --count 3 topicname will print 3 messages and then exit.
But nats subscribe -r --count 3 topicname runs forever.
And same for nats subscribe --dump=output/ --count 3 topicname
The text was updated successfully, but these errors were encountered:
nats subscribe --count 3 topicname
will print 3 messages and then exit.But
nats subscribe -r --count 3 topicname
runs forever.And same for
nats subscribe --dump=output/ --count 3 topicname
The text was updated successfully, but these errors were encountered: