You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The refactoring in #4795 completely broke peersharing.
Consensus creates one StrictTVar m (PublicPeerSelectionState peeraddr) and P2P creates another. The governor updates the one created by P2P. The end result is that the PeerShare server will have no peers to share because it uses the state variable created by consensus.
The text was updated successfully, but these errors were encountered:
The refactoring in #4795 completely broke peersharing.
Consensus creates one
StrictTVar m (PublicPeerSelectionState peeraddr)
and P2P creates another. The governor updates the one created by P2P. The end result is that the PeerShare server will have no peers to share because it uses the state variable created by consensus.The text was updated successfully, but these errors were encountered: