mirror of
https://github.com/corda/corda.git
synced 2024-12-19 13:08:04 +00:00
8962d930d4
When set to true the RPC client will: * automatically reconnect when the connection is broken * simple RPC calls will block until connection is established * Observables returned from RPC will automatically resubscribe on reconnect so the client continues to receive events. This doesn't guarantee that events will not be lost during the reconnect. |
||
---|---|---|
.. | ||
integration-test | ||
main/kotlin/net/corda/client/rpc | ||
smoke-test | ||
test/kotlin/net/corda/client/rpc |