Hi,
I have seen in jMQTT Erel's original post that only the B4J version is updated to the latest 1.25 while the B4A is not updated.
I am struggling from years with an error from the Google console on my app saying:
NullPointerException: Attempt to invoke virtual method 'void org.eclipse.paho.client.mqttv3.internal.CommsTokenStore.quiesce(org.eclipse.paho.client.mqttv3.MqttException)' on a null object reference
which I have never been not able to reproduce and which I seriously doubt it has to to do with the code. I am more and more convinced that it has to be some kind of internal library hidden issue that I really hope it got fixed by the 1.25 version. for example in version 1.2 rel notes they fixed something which looks quite similar...
Is there a reason why the B4A lib cannot be updated to the latest ?
thanks for your help.
I have seen in jMQTT Erel's original post that only the B4J version is updated to the latest 1.25 while the B4A is not updated.
I am struggling from years with an error from the Google console on my app saying:
NullPointerException: Attempt to invoke virtual method 'void org.eclipse.paho.client.mqttv3.internal.CommsTokenStore.quiesce(org.eclipse.paho.client.mqttv3.MqttException)' on a null object reference
which I have never been not able to reproduce and which I seriously doubt it has to to do with the code. I am more and more convinced that it has to be some kind of internal library hidden issue that I really hope it got fixed by the 1.25 version. for example in version 1.2 rel notes they fixed something which looks quite similar...
NPE when MqttAsyncClient is closed after unsuccessful connect · Issue #194 · eclipse/paho.mqtt.java
Steps to reproduce: Call MqttAsyncClient.connect() Immediately after IMqttActionListener.onFailure() is called, call MqttAsyncClient.close() Issue: MqttAsyncClient.connect() creates the shutdownCon...
github.com
Is there a reason why the B4A lib cannot be updated to the latest ?
thanks for your help.
Last edited: