Hi,
I'm using RpcRequestBuilder to intercept and do some general modifications to every RPC I make on my application.
Is there a way, to if I caught a throwable on my RpcRequestBuilder, and I know that I should try to do the RPC again, relaunch the same RPC? It's theoretically possible, I just don't know what to same to launch the RPC request again.
(and yes, I will be careful not to enter on a loop :) )
Thanks in advance