Android Question HttpJob timout never connecting again until clear data

epneeh

Member
Hi, in my app i'm using a lot of api service call using httpjob, it is working great until i add another service call that took longer time over than 30 second then it is raising timeout exception, after that my app cannot connect to other api call until i clear data in app setting or i uninstalled and installed again. No error in logs..

Please help, thank you.
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
Hi, in my app i'm using a lot of api service call using httpjob, it is working great until i add another service call that took longer time over than 30 second then it is raising timeout exception, after that my app cannot connect to other api call until i clear data in app setting or i uninstalled and installed again. No error in logs..
OkHttpUtils2 doesn't cache anything. A previous call will not affect future calls.
 
Upvote 0
Top