Concordium / concordium-client

A command line client to interact with the concordium-node
Apache License 2.0
8 stars 6 forks source link

Reconnect better #280

Closed abizjak closed 1 year ago

abizjak commented 1 year ago

Purpose

If a request fails due to timeout or resource exhaustion do not drop the connection and reconnect.

This helps in cases of high load which previously led to a lot of reconnects.

Checklist