hyperledger-iroha / iroha

Iroha - A simple, enterprise-grade decentralized ledger
https://wiki.hyperledger.org/display/iroha
Apache License 2.0
443 stars 277 forks source link

feat: Add listen timeouts to iroha cli #5241

Closed aoyako closed 1 week ago

aoyako commented 1 week ago

Resolves https://github.com/hyperledger-iroha/iroha/issues/2941

Now iroha-cli can take argument --timeout=<seconds> for listen commands. The client will exit when no message is received during this interval.


Review notes (optional)

Checklist

github-actions[bot] commented 1 week ago

@BAStos525