You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I subscribed to a topic using MQTTX and configured the message decoding format as MessagePack.
What happened
When messages are received, MQTTX throws an error during decoding.
Expected
Messages should be correctly decoded and displayed in the UI when using the MessagePack format.
Environment
OS: Windows 11 Pro
MQTTX version: 1.12.0
More detail
The messages published on the topic are encoded using MessagePack with LZ4BlockArray compression.
However, MQTTX does not support this compression format, which causes the decoding to fail even though the base format is MessagePack.
This makes MQTTX incompatible with topics using this specific encoding method.