Yoseph Maguire
Yoseph Maguire
@jedwards1211 if the client would control the clean flag, and the client were destroyed, then the clean flag controlling the store would also be lost. Yes? The current configuration maintains...
Thanks for this issue @jedwards1211, we should incorporate these store updates into vNext. Please add your comments to the vNext (aka major version update) discussion here: https://github.com/mqttjs/MQTT.js/discussions/1324. I will be...
Thanks for identifying @youngcholo. Could you spike a PR to fix this? Get Outlook for iOS ________________________________ From: youngcholo ***@***.***> Sent: Wednesday, August 11, 2021 9:56:56 PM To: mqttjs/MQTT.js ***@***.***>...
So this bug is: - TCP Connection sends `.end()` over the wire - WS Connection does **not** send `.end()` over the wire. Now my understanding is that the logic for...
@anthonyvercolano how is this going?
@redboltz do you think you could summarize this under the vNext discussion? https://github.com/mqttjs/MQTT.js/discussions/1324 The policy seems clunky right now, and I agree there's room for improvement.
https://github.com/mqttjs/MQTT.js/blob/master/test/client.js is the tests for the regular MQTT.js client, and you'll note this test extends the abstact_client.js tests. Following this model but for the specific connection type should be the...
@vishnureddy17 your comment all looks good. The only consideration is I'm trying to understand how Will Messages during Disconnect affect the sequencing of packets... I don't think it will contradict...
https://stackoverflow.com/questions/38737217/how-to-store-data-mqtt-when-offline-and-send-them-when-online
Current API uses .end() to close client. Should we keep that?