Hi All,
I have a working MQTT client application and I created additional Activity (GUI)
When I start the new Activity I load the GUI and i can publish on MQTT server
But I am not receiving the subscribed topics , they go to the "queue" then back to "main" I get all the messages in the queue. message below
sending message to waiting queue (mqttclient_messagearrived)
Any suggestion or example to handle the "mqttclient_MessageArrived" when switching between activities ?
Thanks
I have a working MQTT client application and I created additional Activity (GUI)
When I start the new Activity I load the GUI and i can publish on MQTT server
But I am not receiving the subscribed topics , they go to the "queue" then back to "main" I get all the messages in the queue. message below
sending message to waiting queue (mqttclient_messagearrived)
Any suggestion or example to handle the "mqttclient_MessageArrived" when switching between activities ?
Thanks