Hi All
Has anyone got the paho MQTT library used by WINC1500 successfully ported to the WINC3400?
I have managed to get it working till a certain point where i can TX and RX message, but it seems that the keep-alive is working as it should , as i am not able to communicate after 90 seconds.
The issue seems to be related to the function:
if(mqtt_inst.isConnected) { mqtt_yield(&mqtt_inst, 0); }
Has anyone experienced this issue?