Skip to content
New issue

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

PortalNetwork: Outgoing message queue with priority #697

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

ScottyPoi
Copy link
Collaborator

WIP


Issue:

BootNodes often fail to respond to census PING. A possible cause is a heavy stream of outgoing messages creating a delay in responding to new requests.

Solution:

An outoing message queue that prioritizes sending TalkResp. Using the p-queue package, we can queue both outgoing talkReq and talkResp messages, and give priority to talkResp

This should allow talkResp messages to skip the line when the queue starts to get backed up.

@ScottyPoi ScottyPoi marked this pull request as ready for review January 8, 2025 19:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant