How can I prevent receiving the same message in MQTT what the same client has published?
Problem:
Client1 subscribes: site1/feeds/#
Client1 publishes: site1/feeds/one
Client1 receives: site1/feeds/one <- how can I prevent this on the local client?
Client2 publishes: site1/feeds/two
Client1 receives: site1/feeds/two <- this I want to keep