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
// BlockPeer adds a peer to the set of blocked peers.
// Note: active connections to the peer are not automatically closed.
func (cg *BasicConnectionGater) BlockPeer(p peer.ID) error {
@distractedm1nd - there would need to be a manual disconnect as well
I believe the stream shouldnt even be opened when we block a peer, but this isn't happening for shrexeds server when we block a peer
The text was updated successfully, but these errors were encountered: