Skip to content

Retry when communication timeout occurs

Mateusz Żebrak requested to merge mzebrak/communication-timeout into develop

Merge after: !168 (merged)

Closes #49 (closed)

Work done:

  • Try sending a request again when a timeout occurs. When all attempts result in timeout, raise CommunicationTimeoutError, triggering a TUI notification.
  • It is now possible to launch clive with a different node to connect to when testnet_node.py script was used for creating a profile. CLIVE_SECRETS__NODE_ADDRESS envvar now allows for that.
Edited by Mateusz Żebrak

Merge request reports