Constellation-Labs / constellation

:milky_way::satellite: Decentralized Application Integration Platform
Apache License 2.0
153 stars 40 forks source link

When starting a new healthcheck consensus round run own healthcheck observation about a peer asynchronously to not block response to a peer about processed proposal #1487

Closed TheMMaciek closed 3 years ago

TheMMaciek commented 3 years ago

Implemented with a Fiber. Running healthcheck observation request inside a Fiber and then fetching result from the Fiber when needed.