minimq icon indicating copy to clipboard operation
minimq copied to clipboard

Add `TopicAlias` support

Open ryan-summers opened this issue 3 years ago • 0 comments

For publication, it's possible that the client may not want to transmit the topic in every message.

By using TopicAlias properties, the size of the MQTT publication packet can be significantly reduced, as the TopicAlias uses a u16 to represent the topic as opposed to the full string.

ryan-summers avatar Aug 23 '22 15:08 ryan-summers