James Sutton
James Sutton
Is there any followup on this Issue or can I close it? Thanks.
Thanks, after some investigation, I've realised that you are completely correct, the MqttTokenAndroid does not have it's delegate set when subscribing. I'm now looking at how to fix this without...
This has been something we've been meaning to do, good idea.
Hi, Just pasting a stack trace into a bug isn't particularly helpful, please could you provide the information requested in the template you deleted: - The Version of the Library...
Looks like an issue with the Java client, somehow the thread is null. I've put a fix forward today which will be built in the Java SNAPSHOTS. (https://github.com/eclipse/paho.mqtt.java/commit/adc1160c8a2fffeffbb2eaec18d95814e41d4b5d)
Do you have any logs collected when you try to stop the service? It would suggest that something is causing the client to hang and so the service can't stop....
@gholadr 1.0.2 is quite old at this point and we are rapidly coming up to a new release in May (Eclipse Neon). Could you try the 1.0.3 Snapshot to see...
_From @gholadr on April 25, 2016 6:36_ @jpwsutton I've tried as you suggested above with 1.0.3-SNAPSHOT. I still get the same runtime exception. java.lang.NullPointerException: Attempt to invoke interface method 'boolean...
Thanks this is a good point, I don't think that by default java does hostname verification. We should be able to do something like this: http://stackoverflow.com/questions/18139448/how-should-i-do-hostname-validation-when-using-jsse
Hi, - What is the cause of the connection failure? - Can you provide steps to reliably recreate this failure? - What is the error that you get from the...