Ian Craggs

Results 432 comments of Ian Craggs

Subscribing to the same topic with MQTT results in only one subscription, which would be a problem for the subscribe call as it issues an MQTT subscribe as well. To...

My view is that this is something to be solved in the application, rather than the MQTT library. The MQTT library is reflecting the behaviour of MQTT - the more...

I'm no expert on this, but org.eclipse.paho.client.mqttv the right name? I would have thought it should end with a 3 at least: org.eclipse.paho.client.mqttv3 just checking.

Yes, it looks like it's related to #606.

That's not much information to reproduce. Adding NULL checks may well get you further but it's likely that would be masking the real issues rather than fixing them, which is...

The details requests are outlined in the issue template. The backtrace only shows the MQTTClient_run thread but that doesn't say anything about the activity on the other application threads. Basically...

I put some changes into the develop branch that may address this, if you'd like to try them.

I started to try to reproduce to see if my changes would fix it, but I don't know where to get the ros-noetic-mqtt-client package from.

I tried that command, but I presume I'd need to add some extra sources as it didn't find the package.

Great, thanks for trying it out. I'll think about the next release but as this is pretty important sometime in August seems a good idea.