We used Java to exec the RPC (sendasset) of Multichain,
But no response in 5 seconds, we killed the Java thread.
However, the transaction was successful​ on blockchain 3 minitues later.
We want to know:
1, what is the default timeout of RPC?
2, how we judge a RPC is successful or not?
Thanks.