I just tried ESP8266 RTOS SDK, but something is not work for me such as sint8espconn_regist_reconcb( structespconn∗espconn, espconn_reconnect_callbackrecon_cb )
I call this function with regist_connect, regist_recv, regist_send, and the callback can't respond when I disconnect on server or send the data before open the server. Other callback response well.
Someone who used this function please help, and let me know where I'm wrong. I used the RTOS SDK 1.5.0, the latest one on its website
Thanks