What is the best way to add multiple subscribers to a topic, would it be to call .subscribe for each subscription to a single topic, or would it make more sense to call .subscribeonce for the topic, then call.run` for each subscription?
Also the link to the slack channel is no longer active.
What is the best way to add multiple subscribers to a topic, would it be to call
.subscribe
for each subscription to a single topic, or would it make more sense to call .subscribeonce for the topic, then call
.run` for each subscription?Also the link to the slack channel is no longer active.