halfgaar / FlashMQ

FlashMQ is a fast light-weight MQTT broker/server, designed to take good advantage of multi-CPU environments
https://www.flashmq.org/
Open Software License 3.0
173 stars 24 forks source link

Check if retained message has the same contents don't resend it #71

Closed skinkie closed 8 months ago

skinkie commented 8 months ago

Is it possible, on server level, to prevent retained message with the exact same contents to be resend?

So something like:

if incomming.message == retained messages [incomming.topic] then
   noop