iml130 / sola

A decentralized communication middleware
https://iml130.github.io/sola/
Other
8 stars 5 forks source link

EventDisseminationMinhcast: Publish before subscribe finished #166

Open janagoe opened 7 months ago

janagoe commented 7 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.