We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
_storeProcessing
1 parent 8d68c8c commit f3f7be7Copy full SHA for f3f7be7
lib/client.js
@@ -1817,7 +1817,6 @@ MqttClient.prototype._onConnect = function (packet) {
1817
if (!outStore) {
1818
return
1819
}
1820
- that._storeProcessing = true
1821
1822
const packet = outStore.read(1)
1823
@@ -1829,6 +1828,8 @@ MqttClient.prototype._onConnect = function (packet) {
1829
1828
1830
1831
+ that._storeProcessing = true
1832
+
1833
// Skip already processed store packets
1834
if (that._packetIdsDuringStoreProcessing[packet.messageId]) {
1835
storeDeliver()
0 commit comments