strangelove-ventures / horcrux

A threshold Tendermint signer
Apache License 2.0
272 stars 93 forks source link

no concurrent dial to same node #186

Closed agouin closed 1 year ago

agouin commented 1 year ago

concurrent dials can cause infinite retries.

simplifies connect loop to use context timeout only, ensuring synchronous completion before retrying next connection attempt