RPC Call failure
RPC calls sometimes fail, seemingly by blocking until timeout and then only after this receiving the callback.
One option is to just not allow blocking calls and force the use of asyncCall.
Edited by Nicolas Pope
RPC calls sometimes fail, seemingly by blocking until timeout and then only after this receiving the callback.
One option is to just not allow blocking calls and force the use of asyncCall.