relab / gorums

Gorums simplify fault-tolerant quorum-based protocols
MIT License
138 stars 14 forks source link

Decouple node from channel #143

Closed meling closed 3 years ago

meling commented 3 years ago

This decouples the node object from channel avoiding the two-way reference problem.

This moves lastErr and latency from Node to channel, and replicates nodeID and backoffCfg in channel.

Fixes #142