What is first ? Publisher or Subscriber?
Which among the following nodes should be started first? Publisher or Subscriber.
What happens if start subscriber first then publisher?
Note: Subscriber is working as intended (printing the received message) when started after publisher. But it misses receiving initial messages. And, When the subscriber is started first, It doesn’t work as intended.
What do you mean "it doesn't work as intended" when the subscriber is started first?