Some couple of thoughts like call same rpc call in onFailure but here request become different.but I want same request have a three request and it is not good approach and I don't know if any good solution for it.
On Wednesday, 17 July 2013 15:27:15 UTC+5:30, Bhumika Thaker wrote: > > Hi, > > What is best way to attempt multiple time same RPC call? > while RPC Call is getting failed. > > just example: In any case if RPC get fail due to network connection, it > will catch in `onFailure(Throwable caught)`. > Now here it should recall same rpc call again check network failure. The > maximum attempt should be 3 times only then show message to user like > "Network is not established" > How can I achieve it? > > I can call same rpc call in onFailure but request become different. I want > same request have a three request. > > Thanks & Regards, > Bhumika > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/groups/opt_out.
