eBay / NuRaft

C++ implementation of Raft core logic as a replication library
Apache License 2.0
993 stars 235 forks source link

Add timeout to async_connect operation #516

Closed amichon-kalray closed 2 months ago

amichon-kalray commented 2 months ago

If the network goes down during a async_connect, we may end up being stuck forever in this function since there is no timeout to cancel it.