Waldemar Lima Well-Known Member Licensed User Longtime User May 17, 2018 #1 hi everyone , how can i make a long polling in a url with HTTP library ?
Erel B4X founder Staff member Licensed User Longtime User May 17, 2018 #2 What are you connecting to? You should use WebSockets for this. BTW, you shouldn't use the HTTP library at all. You should use OkHttp and OkHttpUtils2. Upvote 0
What are you connecting to? You should use WebSockets for this. BTW, you shouldn't use the HTTP library at all. You should use OkHttp and OkHttpUtils2.
Waldemar Lima Well-Known Member Licensed User Longtime User May 17, 2018 #3 thanks you Erel , i will try ! Upvote 0