hashgraph / hedera-hcs-corda-demo

Integrating R3 Corda IOU Demo with the Hedera Consensus Service.
Apache License 2.0
3 stars 3 forks source link

Transaction response not received by notary #7

Open donaldthibeau opened 4 years ago

donaldthibeau commented 4 years ago

image

abonander commented 4 years ago

That StatusRuntimeException is highly relevant here; for some reason it's losing its connection to the mirror node. While the SDK should be reconnecting automatically, it wouldn't hurt to be a bit more robust here and reconnect it ourselves in the error callback.