When I go from one activity to another, 2 or 3 jobs are usually called (post string method via php scripts). Everything works fine! When I try to switch activities faster, jobs are processing faster in lesser time, and after 3rd or 4th switch, I get this Response Error:
It seems like a jobs overload to me. After this error happens, I have to wait around minute or so, otherwise that ResponseError appears on every job called (instead of JobDone). I guess they need their time to be released.
Is there any solution or this is a normal situation?
B4X:
ResponseError. Reason: java.io.IOException: unexpected end of stream on okhttp3.Address@875051fe, Response:
It seems like a jobs overload to me. After this error happens, I have to wait around minute or so, otherwise that ResponseError appears on every job called (instead of JobDone). I guess they need their time to be released.
Is there any solution or this is a normal situation?