mqtt-stresser
mqtt-stresser copied to clipboard
feature/await all subscriptions before publishing
We wanted to only start sending messages when all clients successfully subscribed to their topics. Setting the flag -await-clients does that. When all workers issued a SubscribedEvent they in turn receive the command (StartPublishingEvent) to start publishing.