diff --git a/MQTT Broker.vipb b/MQTT Broker.vipb index f0a769f..08d4ee9 100644 --- a/MQTT Broker.vipb +++ b/MQTT Broker.vipb @@ -1,7 +1,7 @@ - + LabVIEW_Open_Source_Project_lib_MQTT_Broker - 3.1.3.12 + 3.1.4.13 false source . @@ -88,11 +88,7 @@ A mechanism to notify interested parties when an abnormal disconnection occurs.< - [Fix: 161] Repetition of publish packet in QoS > 0 (MQTT Client package upgrade) - -- Fixed a unit test which failed after fixing CONNECT packet handling of length-prefixed password -- Includes upgrade for MQTT Client and Control Packet Dependencies which fix a few bugs -Please refer to https://github.com/LabVIEW-Open-Source/MQTT-Client and https://github.com/LabVIEW-Open-Source/LV-MQTT-Control-Packets for more info + [Fix: 162] Disabled the DUP resend feature for packets which affected QoS = 2. Feature is not yet unit tested and will be re-enabled only when tests demonstrate it works according to specification @@ -298,7 +294,7 @@ Please refer to https://github.com/LabVIEW-Open-Source/MQTT-Client and https://g source\DropVI_MQTT Server.vi - 67BB9EBAE6152A7074B54F018A28CB1E + 97770726023C86AB8968B1436CBD0980 \ No newline at end of file diff --git a/MQTT-Broker.lvproj b/MQTT-Broker.lvproj index 81dc0ea..279729b 100644 --- a/MQTT-Broker.lvproj +++ b/MQTT-Broker.lvproj @@ -106,6 +106,7 @@ + @@ -556,7 +557,7 @@ - + diff --git a/Unit Tests/Manual Dev Tests/161-Test QoS Repetition Bug.vi b/Unit Tests/Manual Dev Tests/161-Test QoS Repetition Bug.vi index 84213ff..cfa3b49 100644 Binary files a/Unit Tests/Manual Dev Tests/161-Test QoS Repetition Bug.vi and b/Unit Tests/Manual Dev Tests/161-Test QoS Repetition Bug.vi differ diff --git a/Unit Tests/Manual Dev Tests/162-Test QoS 2 Subscription.vi b/Unit Tests/Manual Dev Tests/162-Test QoS 2 Subscription.vi new file mode 100644 index 0000000..8da375b Binary files /dev/null and b/Unit Tests/Manual Dev Tests/162-Test QoS 2 Subscription.vi differ diff --git a/Unit Tests/Requirement Coverage.vi b/Unit Tests/Requirement Coverage.vi index ae2b529..ea5b985 100644 Binary files a/Unit Tests/Requirement Coverage.vi and b/Unit Tests/Requirement Coverage.vi differ diff --git a/Unit Tests/Requirements Coverage/Test MQTT-3.1.3-1.vi b/Unit Tests/Requirements Coverage/Test MQTT-3.1.3-1.vi index 3339a38..3b57ca3 100644 Binary files a/Unit Tests/Requirements Coverage/Test MQTT-3.1.3-1.vi and b/Unit Tests/Requirements Coverage/Test MQTT-3.1.3-1.vi differ diff --git a/source/DropVI_MQTT Server.vi b/source/DropVI_MQTT Server.vi index 502013a..0ba889f 100644 Binary files a/source/DropVI_MQTT Server.vi and b/source/DropVI_MQTT Server.vi differ diff --git a/source/Subscription/process.vi b/source/Subscription/process.vi index fdba1a9..23071fc 100644 Binary files a/source/Subscription/process.vi and b/source/Subscription/process.vi differ