informalsystems / tendermint-rs

Client libraries for Tendermint/CometBFT in Rust!
Apache License 2.0
588 stars 215 forks source link

rpc: Introduce HTTP timeouts #1379

Closed mdyring closed 3 months ago

mdyring commented 7 months ago

Description

Add configurable timeout that is passed to reqwest. The current default is "no timeout", which can lead to requests never finishing.

Definition of "done"

Add timeout() to request builder and wire it into reqwest.