E edgar_ortiz Active Member Licensed User Longtime User Oct 12, 2012 #1 Hi, I have app that use a service module to get some data and then send to a server. - The server receive the data - The server process and respond - The problem is: The service finish before "request_ResponseSuccess" or "request_ResponseError" start How a wait in a service module? Any help is wellcome. Regards, Edgar
Hi, I have app that use a service module to get some data and then send to a server. - The server receive the data - The server process and respond - The problem is: The service finish before "request_ResponseSuccess" or "request_ResponseError" start How a wait in a service module? Any help is wellcome. Regards, Edgar
Erel B4X founder Staff member Licensed User Longtime User Oct 12, 2012 #2 Use HttpUtils2. It properly implements such a solution. Upvote 0