Android Question Job.success is not always true

le_toubib

Active Member
Licensed User
Longtime User
hi
using the httputils2
i succeded in downloading a file however this occurs really randomly.
is there a way to reattempt to download if file is success is false,
is there a way to make this connection more reliable
 

incendio

Well-Known Member
Licensed User
Longtime User
I am also used httputils in RDC to upload data.

In job done, upon success, i marked data that already sent, but sometimes, on a server, found double data.

These indicates that data sent more than one, also means that job done, even already completed its task, not always return true.

This is very difficult to trace cause it happens randomly.
I suspect it was caused by internet timed out.
 
Upvote 0

sorex

Expert
Licensed User
Longtime User
A similar thing happends with sockets.

the connect returns successful but when you use the socket in the successfull check the app crashes because the socket was not successfully binded.
 
Upvote 0

le_toubib

Active Member
Licensed User
Longtime User
i donno either , the job.success was reach , and no file , however , in few occasions , when i stopped the debugger execution , i find a file appearing in the destination folder called "1" without extention , that is of the same size of the intended file , however renaming the file doesnt make it readable . but this also occured randomly ...
 
Upvote 0
Top