We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
With v0.3 we have moved to latest branch of libp2p, instead of our fork which was out-dated.
v0.3
[WARN libp2p_gossipsub::behaviour] Send Queue full. Could not send IDontWant(IDontWant { message_ids: [MessageId(d70001e518f515ee)] }).
This happens when we do pongs in compute node.
pong
The text was updated successfully, but these errors were encountered:
Send Queue full. ...
len >= self.priority_cap
priority_cap: cap / 2
Sender::new
self.config.connection_handler_queue_len()
connection_handler_queue_len
Giving a larger value for this increases the memory usage.
Sorry, something went wrong.
No branches or pull requests
With
v0.3
we have moved to latest branch of libp2p, instead of our fork which was out-dated.This happens when we do
pong
s in compute node.The text was updated successfully, but these errors were encountered: