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
Hi,
Can you please suggest, how can i make an Asynchronous calls and POST data without any response.
I need to post the data every 2 seconds from my device to Server. At this moment, i don't want any acknowledgement, but rather just post the data.
Is there any way to achieve this?
I created my own method in the library as shown below, but its still taking 10 seconds.
Can you please suggest more improvements ?
Also, is it mandatory to close the connection every time using AT+CIPCLOSE ?
Isn't there a way to make the connection open and send the packet to the server ?
You quick response will be highly appreciated !
Thanks
The text was updated successfully, but these errors were encountered:
Hi,
Can you please suggest, how can i make an Asynchronous calls and POST data without any response.
I need to post the data every 2 seconds from my device to Server. At this moment, i don't want any acknowledgement, but rather just post the data.
Is there any way to achieve this?
I created my own method in the library as shown below, but its still taking 10 seconds.
Can you please suggest more improvements ?
Also, is it mandatory to close the connection every time using AT+CIPCLOSE ?
Isn't there a way to make the connection open and send the packet to the server ?
You quick response will be highly appreciated !
Thanks
The text was updated successfully, but these errors were encountered: