mqtt-hs icon indicating copy to clipboard operation
mqtt-hs copied to clipboard

Don't link notifier thread

Open albertov opened this issue 1 year ago • 0 comments

This allows a callback to throw an exception without making the whole program crash. This is useful for the callback to prevent QoS1 and QoS2 messages from being acknowledged.

This is a breaking change because now broken callbacks will fail silently, maybe some extra work is needed to, eg, log these errors?

albertov avatar Jul 21 '23 10:07 albertov