Yoseph Maguire
Yoseph Maguire
@rodrigobrochado I'm working to aggregate all this good feedback so we can make sure it gets addressed in the "vNext" (major version update) of this library. Could you provide a...
Can you provide me with a version of MQTT.js you are using, the platform (Linux? Windows? Mac?), and a code snippet for reproducing. I do not know how to assist...
@Symsystem your PR removes the check that's been in the code for a couple years so I'm confused without any tests why you're sure it will always be true and...
@Symsystem hi i'm sorry for the delay I've been mulling this change over. This will contradict the PR created here: https://github.com/mqttjs/MQTT.js/commit/eedc2b26cd6063a0b1152432a00f70de5e0b9bae This seems to hit on the fact that we...
So you are able to connect, and then after connection, during subscribe, the connection is closed? Can you provide a minimal viable reproducible snippet, so we can dig into the...
I couldn't tell you, honestly.
is there any way we can help you? If not feel free to close this issue.
@demian85 please give a reproducible example and we would be happy to see what your problem is. Right now I cannot follow you.
@SlevinBE to follow up on this thread, if you have ideas for a good reconnect logic, please add them to the next major version release github discussion: https://github.com/mqttjs/MQTT.js/discussions
seems like a pervasive bug. it might be related to some bugs that have been recently fixed in `mqtt-packet`. It looks like a new version of `mqtt-packet` (patch-update) was released...