Closed Morg42 closed 10 months ago
On receiving ill-formed utf-8 messages containing illegal binary data, the mqtt module throws an exception - and stops receiving further messages.
To fix this, the unicode decode error is caught, logged and the payload is discarded.
Patch successfully tested!
On receiving ill-formed utf-8 messages containing illegal binary data, the mqtt module throws an exception - and stops receiving further messages.
To fix this, the unicode decode error is caught, logged and the payload is discarded.