Publishing and subscribing to a topic in different threads
Hi all!
I was just curious about this, before I actually sit for coding.
Suppose I have a thread in which I am publishing to a topic. Then, can I subscribe to that same topic from some different thread?
I am really sorry if this question is too trivial. I just don't want to end up writing code for nothing :)
All help is appreciated!