yishn/p2p-goban

Avoid endless follow loops

yishn opened this issue · 0 comments

yishn commented

Say, we have three peers A, B, and C. If A follows B, B follows C, and C follows A, any peer navigating the game tree will result in an endless follow loop.