mqtt-hs
mqtt-hs copied to clipboard
Don't link notifier thread
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?