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
At the moment class ConnAckPacket do not provide ability to read CONNACK topic alias maximum property (id 34 0x22).
I have tested another MQTT client on IoT Core and that property actually sent with value 8.
Please provide such method as well as parsing of 0x22 property from raw CONNACK data if missing.
Use Case
Any CRT or SDK-based MQTT client which topic alias feature.
Proposed Solution
Just add method and new Id in parser.
Other Information
No response
Acknowledgements
I may be able to implement this feature request
This feature might incur a breaking change
The text was updated successfully, but these errors were encountered:
Describe the feature
At the moment class ConnAckPacket do not provide ability to read CONNACK topic alias maximum property (id 34 0x22).
I have tested another MQTT client on IoT Core and that property actually sent with value 8.
Please provide such method as well as parsing of 0x22 property from raw CONNACK data if missing.
Use Case
Any CRT or SDK-based MQTT client which topic alias feature.
Proposed Solution
Just add method and new Id in parser.
Other Information
No response
Acknowledgements
The text was updated successfully, but these errors were encountered: