You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
java.lang.NullPointerException:
at org.eclipse.paho.client.mqttv3.internal.ClientComms.setReconnectCallback (ClientComms.java:605)
at org.eclipse.paho.client.mqttv3.MqttAsyncClient.connect (MqttAsyncClient.java:749)
at org.eclipse.paho.client.mqttv3.MqttAsyncClient.attemptReconnect (MqttAsyncClient.java:1428)
at org.eclipse.paho.client.mqttv3.MqttAsyncClient.access$2 (MqttAsyncClient.java:1423)
at org.eclipse.paho.client.mqttv3.MqttAsyncClient$ReconnectTask.run (MqttAsyncClient.java:1467)
at java.util.TimerThread.mainLoop (Timer.java:562)
at java.util.TimerThread.run (Timer.java:512)
java.lang.NullPointerException:
at org.eclipse.paho.client.mqttv3.internal.ConnectActionListener.onFailure (ConnectActionListener.java:119)
at org.eclipse.paho.client.mqttv3.internal.ConnectActionListener.connect (ConnectActionListener.java:188)
at org.eclipse.paho.client.mqttv3.MqttAsyncClient.connect (MqttAsyncClient.java:766)
at org.eclipse.paho.client.mqttv3.MqttAsyncClient.attemptReconnect (MqttAsyncClient.java:1428)
at org.eclipse.paho.client.mqttv3.MqttAsyncClient.access$2 (MqttAsyncClient.java:1423)
at org.eclipse.paho.client.mqttv3.MqttAsyncClient$ReconnectTask.run (MqttAsyncClient.java:1467)
at java.util.TimerThread.mainLoop (Timer.java:562)
at java.util.TimerThread.run (Timer.java:512)
Think we need to disconnect() rather than close(), as close() nulls out a bunch of stuff that might be then used by the reconnect logic.
The text was updated successfully, but these errors were encountered:
From play store:
Think we need to
disconnect()
rather thanclose()
, asclose()
nulls out a bunch of stuff that might be then used by the reconnect logic.The text was updated successfully, but these errors were encountered: