Aris Vryonidis

Results 2 comments of Aris Vryonidis

Hi there I m facing the same issue on Android 10 , the below sequence reproduces it try { // unsubscribe here unsubscribe("testTopic"); mqttClient.unregisterResources(); mqttClient.close(); mqttClient.disconnect(); mqttClient.setCallback(null); mqttClient = null;...

Reproduces on Android 10, when even using the below teardown ` try { unsubscribe("testTopic"); mqttClient.unregisterResources(); mqttClient.close(); mqttClient.disconnect(); mqttClient.setCallback(null); mqttClient = null; } catch (MqttException e) { Timber.e( e.toString()); } `...