Non-blocking HTTP

I have an RF application that it being blocked every time I POST data to the server. Is there any way to make that http call non-blocking? I am using the TCPClient lib. Thanks.

Hi Anthony,

What do you mean with blocking?
Of course, during communication with any webservice, the core does not run other code at the same time. Can you explain your need in more details ?