little3399 Active Member Licensed User Longtime User Mar 27, 2014 #1 Hi everyone Is there possable to achieve heartbeat function using http ? and give me a example ? Tks!
Hi everyone Is there possable to achieve heartbeat function using http ? and give me a example ? Tks!
Erel B4X founder Staff member Licensed User Longtime User Mar 27, 2014 #2 Http protocol doesn't require or expect the connection to be kept. Each request is independent. You can use HttpUtils2 with a timer to send a request every x seconds. Upvote 0
Http protocol doesn't require or expect the connection to be kept. Each request is independent. You can use HttpUtils2 with a timer to send a request every x seconds.