Skip to content

[Bug] MQTTX fails to decode MessagePack messages with LZ4BlockArray compression #1958

@ObsidianCompiler

Description

@ObsidianCompiler

Bug Report

What did I do

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.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requestfeatureThis pr is a feature

Projects

Status

Backlog

Relationships

None yet

Development

No branches or pull requests

Issue actions