MQTT Subscription Identifier Explained
Why do we need Subscription Identifiers?
Most implementations of MQTT clients use a callback mechanism to handle incoming messages.
Within the callback function, we only have access to the topic name of the message. If it is a non-wildcard subscripti...
emqx.hashnode.dev4 min read