mqtt5_client icon indicating copy to clipboard operation
mqtt5_client copied to clipboard

MessageExpiryInterval should be Four Byte Integer

Open sethloco opened this issue 2 years ago • 3 comments

Hello,

I'm pretty sure the MessageExpiryInterval in the CONNECT will-properties should be a MqttFourByteIntegerProperty. https://github.com/shamblett/mqtt5_client/blob/master/lib/src/messages/connect/mqtt_will_properties.dart#L66

Here it a link to it in the spec: https://docs.oasis-open.org/mqtt/mqtt/v5.0/os/mqtt-v5.0-os.html#_Toc3901064

sethloco avatar Aug 02 '22 21:08 sethloco

Yes, correct well spotted, I'll fix this.

shamblett avatar Aug 03 '22 07:08 shamblett

Excellent...thank you

sethloco avatar Aug 03 '22 13:08 sethloco

Updated, package re released at version 3.3.1

shamblett avatar Aug 03 '22 14:08 shamblett