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
I have found that if IP is disconnected when I call mqtt_Connect() the callback handler fails with isConnected == false. Which seems reasonable.
Later when the IP connection is connected no attempt is made by mqttClient to connect. Not sure if this is expected behaviour?
An mqtt_Status() function would be useful to check the connect / connecting status maybe to report
mqttClient_t.session.isConnected
I can see mqttClient_t* mqttMain_getClient(void); in the original IBM mqtt code. As Legato IPC doesn't support structures I think mqtt_Status() could work around this. Maybe in an ascii Key / Value to allow read access to other structure members as well?
The text was updated successfully, but these errors were encountered:
I have found that if IP is disconnected when I call mqtt_Connect() the callback handler fails with isConnected == false. Which seems reasonable.
Later when the IP connection is connected no attempt is made by mqttClient to connect. Not sure if this is expected behaviour?
An mqtt_Status() function would be useful to check the connect / connecting status maybe to report
mqttClient_t.session.isConnected
I can see mqttClient_t* mqttMain_getClient(void); in the original IBM mqtt code. As Legato IPC doesn't support structures I think mqtt_Status() could work around this. Maybe in an ascii Key / Value to allow read access to other structure members as well?
The text was updated successfully, but these errors were encountered: