Skip to content

Broken pipe error during negotiation of mplex after successfully negotiating noise protocol #4334

Closed Answered by haardikk21
haardikk21 asked this question in Q&A
Discussion options

You must be logged in to vote

Hm interesting, i'm getting a Connection NotAllowed error.

Outgoing connection error: (ConnectionId(1), Some(PeerId("12D3KooWHmThPZ5Gjdwhzr5TM4nWK4A8T2ttKVjyzyghwEW85Ys5")), Denied { cause: ConnectionDenied { inner: NotAllowed { peer: PeerId("12D3KooWHmThPZ5Gjdwhzr5TM4nWK4A8T2ttKVjyzyghwEW85Ys5") } } })

My custom behaviour has the allow_block_list allowed and blocked peers - and perhaps that's the cause of this. I assumed that the allowed_peers list would help me explicitly mark peers as allowed regardless of their score thresholds - but perhaps the fact that allowed_peers is currently empty is what's causing this issue?

#[derive(NetworkBehaviour)]
#[behaviour(to_swarm = "GossipBehaviour…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@haardikk21
Comment options

@haardikk21
Comment options

Answer selected by haardikk21
@haardikk21
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants