mqtt5_client
mqtt5_client copied to clipboard
MessageExpiryInterval should be Four Byte Integer
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
Yes, correct well spotted, I'll fix this.
Excellent...thank you
Updated, package re released at version 3.3.1