Open janagoe opened 9 months ago
As subscribing to a topic takes some time (entity search for topic entry and joining the topic tree), the user can already call publish() before. The messages should be buffered and broadcasted once the subscribe operation is finished.
publish()
As subscribing to a topic takes some time (entity search for topic entry and joining the topic tree), the user can already call
publish()
before. The messages should be buffered and broadcasted once the subscribe operation is finished.