Hi all,

I have an app that will need to send some candidate responses back to
the server upon completion of a test.  This functionality needs to be
as robust as possible, and handle such problems as timeouts if the
network comms can't access the server etc.

In the event of such things, I'd like it to retry sending the
responses back to the server a total of 3 times, and if that fails,
then tell the user/log it locally.  

My question is, is it even possible (or wise), to be calling the
delegate method again from the fault handler of the command in order
to try sending back the responses multiple times?

If not wise, then how would I go about doing this another way?

Cheers,
Michelle

Reply via email to