paho.mqtt.android
paho.mqtt.android copied to clipboard
MqttTokenAndroid do not have delegate when do subscribe
Bug exists Release Version 1.1.0 MqttTokenAndroid do not have delegate when do subscribe,please fix this! I want use delegate to getGrantedQos for subscribe.
Hi, I don't really understand what you're asking for? Could you explain what you want to achieve please?
Is there any followup on this Issue or can I close it? Thanks.
hi, i want use the return token to get GrantedQos, but i found it do not have any delegate.
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 causing any large API changes.
Thanks for kindly response, there are some other action like unsub also does not have delegate, may be you can fix them all.
Hey, any update on this? getGrantedQos() always returns null in my case due to which I am unable to check for Qos 128