allow client to publish on many topics
Hi,
Would you be interested in accepting the following feature? If so I would work on getting the tests done.
Perhaps describe what the goal is here, and the behaviours that can't be managed with existing tooling?
The goal here is to allow mosquitto_pub client to publish on multiple topics:
mosquitto_pub -m "hello world" -t client/updates/0 -t client/updates/1
The message is sent on the topics. Client cycles through the topics sending the provided message to the given topics one by one.
This is very handy for profiling a broker, where a client can publish on many topics within the same connection.
It can be done with existing tooling as there's no option at the moment to use multiple topics for the same connection.
I don't believe this is the direction that mosquitto_pub should go in. It would be potentially confusing to its core purpose.